Firefox Font Issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5192
    ravendesign
    Member

    I see some other people have had trouble getting the Weston font to show in Firefox, but I can’t seem to find a fix.
    Many thanks for any help.

    #5203
    Raghavendra
    Moderator

    If you are pointing to our servers for serving the fonts (our child theme style.css has this code), FireFox will not display the font due to a security measure.

    @font-face {
        font-family: 'Weston';
        src: url('https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.eot');
        src: url('https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.woff') format('woff'),
        url('https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.ttf') format('truetype'),
        url('https://www.livemeshthemes.com/extinct/wp-content/fonts/Weston/weston_free-webfont.svg#weston_freeregular') format('svg');
        font-weight: normal;
        font-style: normal;
    
        }
    
    

    Pls make sure you change the URLs above to point to your own domain after uploading the font files as described below –

    https://www.livemeshthemes.com/support/faqs/install-custom-fonts/

    Pls let me know if you still see issues. Thanks

    #5207
    ravendesign
    Member

    I have the fonts hard coded to my server. It is fine in IE, Chrome & Safari.

    #5208
    ravendesign
    Member
    This reply has been marked as private.
    #5260
    Ernesto
    Member

    Hi,
    Could you please check if the font files were correctly uploaded to the server?

    Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.