Tagged: Open Sans Font
I’ve noticed that the font of my website (LoveRescues.org) appears different on almost every web browser I use. I have the it set to the default Open Sans, but after going to the Google Fonts Open Sans web page I’m pretty sure that Open Sans is not what is being displayed.
1. How can I correct this problem so that my website looks unified on all web browsers using Open Sans?
2. How can I take advantage of all of the font styles/weights that Open Sans offers?
Thanks,
JPOsteen
Hey JPOsteen!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
body {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
2- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Regards,
Yigit
Yigit,
Thanks! It worked perfectly. This will hold me over until I can figure out how to load a custom web font. Is that something you could help me with? I looked at this post here – https://kriesi.at/support/topic/adding-a-font/ but the steps seemed a little confusing… I need a little more detail. Thanks.
Hi!
If you would like to use fonts other than Google fonts, all we can recommend is using @font-face as i suggested here – https://kriesi.at/support/topic/adding-a-font/#post-243034
If you would like to add new Google fonts, Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Cheers!
Yigit