michael-d
9/11/2017 - 1:30 AM

Ensure all fonts are uploaded - see templates folder for font files

Ensure all fonts are uploaded - see templates folder for font files

@font-face {
    font-family: HelveticaBold;
    src: url("helveticaneue-bold-webfont.eot") /* EOT file for IE */
}
@font-face {
    font-family: HelveticaBold;
    src: url("helveticaneue-bold-webfont.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: HelveticaLight;
    src: url("helveticaneue-light-webfont.eot") /* EOT file for IE */
}
@font-face {
    font-family: HelveticaLight;
    src: url("helveticaneue-light-webfont.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: HelveticaRoman;
    src: url("helveticaneue-roman-webfont.eot") /* EOT file for IE */
}
@font-face {
    font-family: HelveticaRoman;
    src: url("helveticaneue-roman-webfont.ttf") /* TTF file for CSS3 browsers */
}