Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #869797

    Hi,

    Ive read all the other posts and tried to use a custom hosted webfotn as the h3 but cant get it working, ive uploaded the font files (ttf, woff, woff2) to the enfold/fonts folder and used the following code in quick css section:

    @font-face {
    font-family: ‘jenna_sueregular’;
    src: url(‘fonts/jennasue-webfont.woff2’) format(‘woff2’),
    url(‘fonts/jennasue-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;

    }

    h1,h2,h3 { font-family: ‘jenna_sueregular’ !important; }

    Any idea where ive gone wrong?

    #869828

    Tried putting the direct url in too and that didnt work either

    #870182

    Hi tokenofhon,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #870262
    This reply has been marked as private.
    #870990

    Hi,

    Can you please post FTP logins here privately as well?

    Best regards,
    Yigit

    #871028
    This reply has been marked as private.
    #872303

    Hi,

    You have had syntax errors

    @font-face {
    font-family: ‘jenna_sueregular’;
    src: url(‘fonts/jennasue-webfont.woff2’) format(‘woff2’),
    url(‘fonts/jennasue-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;
    }

    h1,h2,h3 { font-family: ‘jenna_sueregular’ !important; }’

    I would also suggest to give a full URL for the fonts, example with all the domain infront of it.

    Thank you

    Best regards,
    Basilis

    #872703

    I tried doing it with the full url and had the same issue, it just shows the text in a times new roman style default font

    #872978

    Hi,

    Then the font is not imported properly since the search path is likely wrong. Did you verify that it’s correct by actually navigating to the URL of the font? If you get a 404 page then you need to check the URL again.

    Best regards,
    Rikard

    #873439

    Yes i have verified the font was imported correctly, when i paste the url in my browser it downloads the font. Also when i paste the url in webfont preview websites it displays correctly

    Just for extra confirmation i’ve re-uploaded it with new filenames and below code to match:

    @font-face {
    font-family: ‘jenna_sueregular’;
    src: url(‘http://www.ruthmatoscelebrant.com.au/wp-content/themes/enfold/css/fonts/jenna-webfont.woff2’) format(‘woff2’),
    url(‘http://www.ruthmatoscelebrant.com.au/wp-content/themes/enfold/css/fonts/jenna-webfont.woff’) format(‘woff’);
    font-weight: normal;
    font-style: normal;
    }

    h1,h2,h3 { font-family: ‘jenna_sueregular’ !important; }’

    As you can test the path is correct and if you go to http://www.ruthmatoscelebrant.com.au/wp-content/themes/enfold/css/fonts/jenna-webfont.woff it will download the font.

    Im honestly puzzled as to why it isnt working

    #874415

    Hi,

    Thank you for the info.

    You just need to use a more specific selector. ( see private field )

    #top h1, #top h2, #top h3 { font-family: 'jenna_sueregular' !important; }
    

    Best regards,
    Ismael

    #874519

    Perfect, thankyou!

    You can mark as solved, cheers

    • This reply was modified 6 years, 10 months ago by tokenofhon.
    #874962

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Adding a custom webfont for h3’ is closed to new replies.