-
AuthorPosts
-
March 3, 2014 at 8:59 am #231435
I’d like to use Georgia (a body text font) as a heading font but size 24px. How can I do this?
Thanks
Derek
March 3, 2014 at 2:50 pm #231533Hi 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,
YigitMarch 3, 2014 at 3:01 pm #231544Hi 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
March 3, 2014 at 9:04 pm #231822Hi!
Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
Regards,
YigitMarch 4, 2014 at 7:51 am #232043Yigit,
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
March 4, 2014 at 8:22 am #232054Hi!
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,
IsmaelMarch 4, 2014 at 10:38 am #232130Ismael,
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
March 4, 2014 at 2:00 pm #232188Hi!
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!
IsmaelMarch 4, 2014 at 2:51 pm #232223Ok I have added h2 { font-family: Georgia, “Times New Roman”, Times, serif !important; font-size: 24px; } in Quick CSS but nothing happened.
March 4, 2014 at 4:04 pm #232251 -
AuthorPosts
- You must be logged in to reply to this topic.
