I’d like to use Georgia (a body text font) as a heading font but size 24px. How can I do this?
Thanks
Derek
Hi derek62!
Which heading element exactly? You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
h2 { font-family: Georgia, "Times New Roman", Times, serif !important; font-size: 24px; }
it will be applied on H2 tagged elements globally
Best regards,
Yigit
Hi Yigit – I meant that I’d like to replace my current heading font Droid Sans which is in the webfonts dropdown list with Georgia.
How can I do that and in future how do I add fonts like Georgia to the webfont dropdown list?
Thanks
Hi!
Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
Regards,
Yigit
Yigit,
Thanks but I’m confused – there are so many pieces of code offered.
Can you please tell me the exact code to use and where to put it to achieve my objective.
Thanks
Derek
Hi!
You can only add Google fonts for the heading dropdown on Enfold > Styling. Please change the heading font using Quick CSS or custom.css.
Regards,
Ismael
Ismael,
That didn’t answer my question which was how do I add Georgia font to the dropdown list of Heading fonts in Enfold. i.e. what is the exact code I need to use and where do I add it?
Regards,
Derek
Hi!
I’m sorry if you don’t understand me. Like I said, you can’t use fonts which are not included on the Google Fonts library on Heading Font option. Please use Yigit’s code if you want to change the heading to Georgia.
Cheers!
Ismael
Ok I have added h2 { font-family: Georgia, “Times New Roman”, Times, serif !important; font-size: 24px; } in Quick CSS but nothing happened.