Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469790

    Hi, I’m recreating a clients site for practicality reasons, I’m nearly done with it but the biggest hurdle has been finding an answer to “Can I get Century Gothic throughout a site using Enfold?”

    I understand that it isn’t a web font but their current site is using this font throughout so I’m obligated to keep trying to find a way.

    Thanks,
    Matt

    #469791
    #470104

    Hi Yigit, I managed to get the font working on my site with this CSS –

    h1 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h2 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h3 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h4 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h5 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h6 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    body { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }

    .special_amp {
    font-weight: normal !important; font-family: ‘Century Gothic’, sans-serif !important; font-style: normal !important; font-size: 1em;
    }

    #socket {
    font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important;
    }

    However, it doesn’t work on my laptop, using the same browser as my Mac, Chrome. It also isn’t working on my mobile, in Chrome again.

    Hope you can help
    Matt

    #470171

    Hi Matt!

    Can you please post the link to your website?
    Please flush browser cache and refresh your page a few times and make sure that you have disabled all browser add-ons/extensions

    Regards,
    Yigit

    #470181

    yogidev.co.uk/accentu

    Thanks,
    Matt

    #470613

    Hey!

    I’m only seeing Century Gothic on all screen sizes, you are most likely getting cached results on mobile and your other machine.

    Regards,
    Rikard

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