Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302952

    Hi there!

    How do I change my paragraph font Source Sans Pro (from Google Fonts)? I tried this code:

    body * { font-family: ‘Source Sans Pro’, sans-serif!important; }

    but it changed it on everything, including headlines. I’d still like all of my headlines and headline tags to stay with what I chose in the theme (Arvo).

    Thanks!

    #303138

    Hi alexmasica!

    Please use following code instead

    body { font-family: ‘Source Sans Pro’, sans-serif!important; }

    Best regards,
    Yigit

    #303489

    Perfect! Thanks! That did the trick.

    #303810

    Hi!

    You are welcome Alex, glad we could help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Source Sans Pro for font’ is closed to new replies.