Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1177355
    Molly11
    Participant

    Hi!

    I am close to completing my site, but I noticed a problem when I switched to google chrome. The font changes from Futura ( what I selected) to another sans serif. It displays fine on safari. Can you please let me know how to resolve this?

    Thanks,
    Molly

    #1177701
    Prasant Rai
    Moderator

    Hello Molly,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1178422
    Molly11
    Participant
    This reply has been marked as private.
    #1178778
    Jade
    Moderator

    Hi there,

    Try using this code instead:

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Futura",Trebuchet MS,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
    }

    In case this doesn’t work, your embedded font might now be added correctly. Kindly provide us with the admin details of your site so we could check further.

    Hope this helps.

    #1179418
    Molly11
    Participant
    This reply has been marked as private.
    #1179826
    Rad
    Moderator

    Hi there,

    What Futura font is this? Is this the Paid one? I don’t see any declaration of Futura font on your site. What’s there is just this

    font-family: "Futura",Trebuchet MS,Arial,sans-serif;

    Please note that in order for the font to work, it should be loaded first with @font-face. X theme does this automatically for google fonts. It’s @font-face, or the font is already available within the browser. Which maybe, the explanation why it works on Safari.

    Google font has no Futura font, which means, you have to install it on your site manually. https://fonts.google.com/?query=futura

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1177355 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>