• Hi! I’m wondering if someone can help me change my default “Paragraph” font. I’ve looked all over and I cannot find where this originates. I would really appreciate any help. Thanks! Anna

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • This should work in Appearance->Customize->Additional CSS

    #main .post-entry p {
    	font-family: Arial;
    

    Then just modify the Arial to the font of your choosing.

    Thread Starter annavine

    (@annavine)

    Oh, wow, thanks! Can you give me an example of what it would look like to modify it? I’m not sure what goes between ‘Arial’ and the next step. If it helps I would like to use Source Sans Pro, or alternately Helvetica if that isn’t available. Thanks again! Anna

    Sure

    #main .post-entry p {
    	font-family: Source Sans Pro;
    }

    or

    #main .post-entry p {
    	font-family: Helvetica;
    }

    Also looks like i forgot to include the closing } in my initial reply so make sure that is included as shown in the above snippets

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change default font’ is closed to new replies.