Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #731538

    Hi Support,

    I have read through and followed the instructions on the forum on how to do this but it does not work for me!

    I have created the @fontface code and the css for the special heading and added it to the custom css as below:

    body .av-special-heading {
    font-family: “boost_ssiregular”;
    }

    @font-face {
    font-family: ‘boost_ssiregular’;
    src: url(‘boostssi-webfont.woff2’) format(‘woff2’),
    url(‘boostssi-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;

    }

    Any help would be appreciated.

    #731882

    Hey meltedhouse,

    Please try using the full URL to the files in your CSS to see if that works better.

    Best regards,
    Rikard

    #731960

    Hi Rikard,

    I have inserted the full URL for the font files and still nothing. The css is noted below:

    @font-face {
    font-family: ‘boost_ssiregular’;
    src: url(‘http://gandj.meltedhouse.co.uk/wp-content/themes/enfold/fonts/boostssi-webfont.woff2’) format(‘woff2’),
    url(‘http://gandj.meltedhouse.co.uk/wp-content/themes/enfold/fonts/boostssi-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;

    }
    body .av-special-heading {
    font-family: “boost_ssiregular”;
    }

    Any further help would be appreciated.

    Thanks

    Brian

    #731965

    I have noted also the site login details.

    #732043

    Hi,

    Having a look at your site, I can see the font displaying on the first header: G&J DEMOLITION LTD. Did you try clearing your browser cache and reload a few times?

    Best regards,
    Rikard

    #732044

    Hi Rikard,

    No, I still could not get it to work so used the Use Any Font plug in.

    #732449

    Hi,

    Ok, glad you found a solution :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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