-
AuthorPosts
-
July 7, 2015 at 4:25 pm #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,
MattJuly 7, 2015 at 4:27 pm #469791Hi Matt!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Cheers!
YigitJuly 8, 2015 at 10:13 am #470104Hi 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
MattJuly 8, 2015 at 12:42 pm #470171Hi 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/extensionsRegards,
YigitJuly 8, 2015 at 12:46 pm #470181yogidev.co.uk/accentu
Thanks,
MattJuly 9, 2015 at 5:46 am #470613 -
AuthorPosts
- You must be logged in to reply to this topic.