Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #231533

    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

    #231544

    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

    #231822

    Hi!

    Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124

    Regards,
    Yigit

    #232043

    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

    #232054

    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

    #232130

    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

    #232188

    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

    #232223

    Ok I have added h2 { font-family: Georgia, “Times New Roman”, Times, serif !important; font-size: 24px; } in Quick CSS but nothing happened.

    #232251

    Hey!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.