Ensure all fonts are uploaded - see templates folder for font files
@font-face {
font-family: bebas;
src: url("BebasNeue-webfont.eot") /* EOT file for IE */
}
@font-face {
font-family: bebas;
src: url("BebasNeue-webfont.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: bebasLight;
src: url("bebasneue_light.eot") /* EOT file for IE */
}
@font-face {
font-family: bebasLight;
src: url("bebasneue_light.ttf") /* TTF file for CSS3 browsers */
}