This topic has 4 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Eva Kemp
Hi,
I am building a website on Legenda theme (link in private content) and it is in czech language. We have letters like ŘŠŽČ etc and I need fonts to be in latin-extended charset because as you can see for example in top bar (notice the letter Ř in “Seznam přání”) with some fonts czech letters arent displayed correctly (I write with ‘some fonts’ because for example in main menu it is ok).
So how can I fix it please? How can I make Legenda to support czech letters. Thank you.
Hello,
You need to find Google font which is supports Сzech language. And specify it in Theme Options > Typography.
Regards,
Jack Richardson
Hi,
but for example Open Sans Light (which is used in top bar or revolution slider texts) supports czech language but I need to use it with latin-ext charset and that is something I can’t set up in theme option. It has to be set up in code somewhere.
normal link to Open Sans is
<link href=’http://fonts.googleapis.com/css?family=Open+Sans’ rel=’stylesheet’ type=’text/css’>
but to make czech characters work I need this:
<link href=’http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext‘ rel=’stylesheet’ type=’text/css’>
but I don’t know the theme file where it can be done
Thank you
Hello,
Please try to edit this file wp-content/themes/legenda/framework/theme-functions.php.
We recommend you to make changes in a child theme not to lose modifications after the theme update.
Also make a back up of the file before editing.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up