Tagged: Fonts
-
AuthorPosts
-
December 16, 2015 at 7:12 pm #553942
Hi there,
Thank you in advance for taking the time to look at this. I’m hoping you can help.
With the understanding that the Enfold theme comes with a wide variety of Google Fonts to choose from/configure, what/how would you recommend implementing a custom font (especially without breaking any potential updates to the theme)?
Please let me know if you need more specifics.
Cheers and thanks…
- This topic was modified 8 years, 11 months ago by Talo.
December 16, 2015 at 9:47 pm #554007Hey Tapu!
Please take a look at the guide here
https://kriesi.at/support/topic/new-custom-font/which will help you out, to manage get some results for the custom font.
let us know if we can do anything else for youBest regards,
BasilisDecember 16, 2015 at 11:14 pm #554063Basilis,
You’re the best and thanks! You’re almost off the hook with me, so please forgive me as I have one other rookieish question.
The instruction set:
“Then upload the font files into the enfold/css folder and add your font face code to custom.css.’I did this, but I’m sure the URL has to change right in the custom.css file? What is the URL I should change it too?
December 17, 2015 at 8:21 am #554253Hi,
Your safest bet is to include the full URL to the file like so:
http://yoursite.com/folder/font.ttf
Best regards,
Rikard- This reply was modified 8 years, 11 months ago by Rikard.
December 17, 2015 at 2:55 pm #554409Still doesnt show up in the Advanced styling area of the Enfold options. I want to customize all H1-H6 using the custom font.
Thanks…
December 19, 2015 at 4:55 am #555343Hey!
Adding the font as an option in the theme’s user interface will require more customization. Please use the Quick CSS field if you want to apply the font to the heading tags. Example:
h1, h2, h3, h4, h5, h6 { font-family: 'tradegothicregular' !important; }
Best regards,
IsmaelDecember 19, 2015 at 8:18 pm #555437Thanks Ismael!
No luck though… I tried doing this once before as well!…
I must be doing something really dumb or making a trivial error!
I’ll attach/create credentials for you just in case you have a second to verify. I doubt this is a bug with the template, but I thought id double check with you.
… and agree – no sense customizing the interface.
December 21, 2015 at 5:09 am #555735Hi,
I couldn’t see any code at all in your Quick CSS field, where did you add the CSS?
Thanks,
RikardDecember 21, 2015 at 3:44 pm #555967It’s back in there… I had taken it out as it didnt do anything previously.
Feel free to modify code/investigate as needed.
Thanks.
December 22, 2015 at 6:42 am #556350 -
AuthorPosts
- You must be logged in to reply to this topic.