• Robbertvw

    (@robbertvw)


    Hello Customizr,

    I want to change Fonts on all my pages and I’m using the Costumizr theme. What is the best way to do this? Should I download a pluggin or write something in CSS.

    Thanks for helping,

    Robbert

Viewing 6 replies - 1 through 6 (of 6 total)
  • rdellconsulting

    (@rdellconsulting)

    See this Snippet for Google fonts.

    Otherwise, simply use:

    body {
    font-family: Garamond, sans-serif;
    }

    JodieRD

    (@jodierd)

    Does the same thing work for changing the fonts for page titles (h2) and blog titles (h1)?

    Thanks!

    Jodie

    JodieRD

    (@jodierd)

    More info for you:
    I have uploaded and added the font face (not a Google font–can’t do anything the easy way!) to my stylesheet. The body text can remain the same. I only want to change the blog and page header text.

    Jodie

    rdellconsulting

    (@rdellconsulting)

    Try:

    h1, h2 {
    font-family: Garamond, sans-serif;
    }

    May need to target specific items if that changes too much. Link to Site would help.

    JodieRD

    (@jodierd)

    That worked! And I learned something.

    https://www.itsarubberduckieworld.com

    On to the next items on the list… I AM making headway!

    THANK YOU!

    Jodie

    P.S. Isn’t there a place for me to mark this “resolved”? These things matter!

    rdellconsulting

    (@rdellconsulting)

    There’s a dropdown in the right hand sidebar.

    Glad you’re happy ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Fonts’ is closed to new replies.