Tagged: Fonts
Hi
i like to add more google fonts to the styling manager. Then i want to make the headlines larger. Which css files do i have to change?
Hey heufti65!
Please see Ismael’s post here https://kriesi.at/support/topic/add-new-font/#post-234710
Can you post a screenshot ( you can upload them on imgur.com or Dropbox public folder and post links here ) and show which heading element you would like to make larger?
Regards,
Yigit
Hi
I want the headline size h1 – not all headlines – use with
http://www.google.com/fonts/specimen/Gravitas+One#charset
How can i manage that?
THX, Oliver
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
h1 { font-size: 30px; }
As i posted in my previous post, please follow the instructions here - https://kriesi.at/support/topic/add-new-font/#post-234710
Best regards,
Yigit
Hi Yigit and thanks.
How can i tell the Headline h1 to use only the special google font? Some Headline font are great for large size but not maybe for h3.
Hi!
You can add following code to Quick CSS
h1 { font-family: 'Gravitas One', cursive; }
Cheers!
Yigit
Great. and no code for the font?
<link href=’http://fonts.googleapis.com/css?family=Gravitas+One’ rel=’stylesheet’ type=’text/css’>
Hi!
You must add the font into the available fonts using the link Yigit provided or another plugin which will add the font into WordPress for you. Since there are so many that do this its often an easier solution for users.
Best regards,
Devin
Do you recommend a plugin which is familiar to Enfold? I have installed google font – but the installed font is not in the Enfold Styling list.
Hi Yigit. Thanks. That was exactly the stuff i needed.
Oliver