Hello,
I have set up Google fonts in Theme Options for titles and body, but looks like browsers in Asian countries have problem with reading those fonts. Looks like a good option would be to set up alternative fonts for example:
font-family: “Lato”,kailasa,Himaraya,sans-serif
How should I do it in CSS so that it goes along with the Theme Settings?
p {
font-family: “Lato”,Kailasa,Himalaya,sans-serif;
}
h {
font-family: font-family: “Montaga”,Kailasa,Himalaya,serif;
}
Should it do the trick? And do I still keep all the options in the Theme Settings?
thank you,
beata