Ensure all fonts are uploaded - see templates folder for font files
@font-face {
font-family: proximaLight;
src: url("proxima_nova_light-webfont.eot"); /* EOT file for IE */
}
@font-face {
font-family: proximaLight;
src: url("proxima_nova_light-webfont.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
font-family: proximaReg;
src: url("proxima_nova_reg-webfont.eot") /* EOT file for IE */
}
@font-face {
font-family: proximaReg;
src: url("proxima_nova_reg-webfont.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
font-family: proximaBold;
src: url("proxima_nova_bold-webfont.eot") /* EOT file for IE */
}
@font-face {
font-family: proximaBold;
src: url("proxima_nova_bold-webfont.ttf") /* TTF file for CSS3 browsers */
}