I’m currently using “Nunito” font on my website. All pages I’ve created are displaying the content with the Nunito font; however, the Sydney Theme pages like Home, Testimonials and Blog are not displaying the change.
Hello,
Did you follow Selecting fonts section of Sydney documentation?
https://docs.athemes.com/category/8-sydney
Kind Regards, Roman.
Hey, Roman!
Thanks for the reply. Yes, that’s what I did and it just changed the font on some pages.
Hello, you can try to add this CSS code on the very top of Customize → Additional CSS section.
@import url('https://fonts.googleapis.com/css?family=Nunito&subset=latin-ext');
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
It’s working now, thank you so much, Roman!
Another quick question When I try it doesn’t seem to make the text bold. underlining works fine.
Hello, try to use this CSS code instead of previous:
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&subset=latin-ext');
Kind Regards, Roman.
Awesome, it’s working now. You’re the man, Roman. Thank you, enjoy the rest of your day!
Great, you are welcome! And thanks
Kind Regards, Roman.