Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #326107

    I have tried and tried to get my Font Face fonts to work and they just continue to default to Helvetica.

    Our site is here: http://gotham.commuterind.com/

    Can you tell me what the CSS code is to implement my fonts into the Headers, Subheaders, and general content?

    I’ve tried all of the following WITHOUT ANY LUCK:

    body {
    font-family: ‘AvianoSansLight’;
    font-weight: normal;
    }

    .main_title h1, h2, h3, h4 {
    font-family: ‘AvianoSansLight’ !important;
    font-weight: normal !important;
    }

    .avia-main-title h1, h2 {
    font-family: ‘AvianoSansLight’ !important;
    font-weight: normal !important;
    }

    h1.av-special-heading-tag {
    font-family: ‘AvianoSansLight’ !important;
    }

    h3.av-special-heading-tag {
    font-family: ‘AvianoSansLight’ !important;
    }

    h4.av-special-heading-tag {
    font-family: ‘AvianoSansLight’ !important;
    }

    Please help!

    -Glen

    #326892

    Hey!

    Try putting the @font-face declaration at the very top instead in your Quick CSS.

    Regards,
    Josue

    #326920

    Just tried it. Unfortunately, that didn’t work.

    #326924

    Hey!

    Seems to be an issue with the font or how the font is being loaded, i made a test here and got the same results so it’s not theme-related:
    http://jsbin.com/mulose/1/edit

    I’d suggest checking this plugin too:
    https://wordpress.org/plugins/wp-font-face/

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.