/**
 * Kobol global fonts
 * 
 * @package Kobol API client
 * @author  Alejandro Caballero - lava.caballero@gmail.com
 */

/* Kobol fonts by standards */
@font-face { font-family: 'Atiba';                      font-weight: normal;                      src: url("Atiba.ttf"); }
@font-face { font-family: 'Georgia';                    font-weight: normal;                      src: url("Georgia.ttf"); }
@font-face { font-family: 'Georgia';                    font-weight: bold;                        src: url("georgiab.ttf"); }
@font-face { font-family: 'Georgia';                                         font-style:  italic; src: url("georgiai.ttf"); }
@font-face { font-family: 'Georgia';                    font-weight: bold;   font-style:  italic; src: url("georgiaz.ttf"); }
@font-face { font-family: 'Myriad Pro';                 font-weight: normal;                      src: url("MyriadPro.ttf"); }
@font-face { font-family: 'Myriad Pro Condensed';                                                 src: url("MyriadPro-Cond.ttf"); }
@font-face { font-family: 'Myriad Pro Bold Condensed';                                            src: url("MyriadPro-BoldCond.ttf"); }
@font-face { font-family: 'Trajan Pro 3';               font-weight: bold;                        src: url("TrajanPro3Bold.ttf"); }

/* Kobol fonts by TTF name (as used in boards and templates) */
@font-face { font-family: 'georgiab';                                                             src: url("georgiab.ttf"); }
@font-face { font-family: 'georgiai';                                                             src: url("georgiai.ttf"); }
@font-face { font-family: 'georgiaz';                                                             src: url("georgiaz.ttf"); }
@font-face { font-family: 'MyriadPro';                                                            src: url("MyriadPro.ttf"); }
@font-face { font-family: 'MyriadPro-Cond';                                                       src: url("MyriadPro-Cond.ttf"); }
@font-face { font-family: 'MyriadPro-BoldCond';                                                   src: url("MyriadPro-BoldCond.ttf"); }
@font-face { font-family: 'TrajanPro3Bold';                                                       src: url("TrajanPro3Bold.ttf"); }
@font-face { font-family: 'arialbd';                                                              src: url("arialbd.ttf"); }
@font-face { font-family: 'ariali';                                                               src: url("ariali.ttf"); }
@font-face { font-family: 'arialbi';                                                              src: url("arialbi.ttf"); }
@font-face { font-family: 'arialn';                                                               src: url("arialn.ttf"); }
@font-face { font-family: 'arialnb';                                                              src: url("arialnb.ttf"); }
@font-face { font-family: 'times';                                                                src: url("times.ttf"); }
@font-face { font-family: 'timesbd';                                                              src: url("timesbd.ttf"); }
@font-face { font-family: 'timesi';                                                               src: url("timesi.ttf"); }
@font-face { font-family: 'timesbi';                                                              src: url("timesbi.ttf"); }
