-
AuthorPosts
-
November 13, 2015 at 9:39 pm #535729
Hello,
I am finishing our company website. Problem is the Polish language is full of different letters with accents
eg.
ą ć ę ó ł ś ż ź ńProblem is that these letters are often displayed as if a bit bigger / bold.
Looks like an issue with the coding.
This makes the website a bit ugly.Can You help me get rid of this ?
November 16, 2015 at 6:53 am #536320Hey wantondude,
It looks fine on my end, could you post screenshots highlighting the issue please?
Thanks,
RikardNovember 19, 2015 at 2:12 pm #538982Sorry it took so long.
I was checking on different platforms. It’s not as visible on the PC as is it is on a Mac.
Where it’s most visible is on the headers for example on the slider.
Check the image.
As You can see the special character is a bit bigger.
This happens with fonts which are not “Polish safe”, but according to this website:
http://netwizards.com.pl/zasoby/darmowe-polskie-czcionki-google-fonts-z-polskimi-znakami/The open sans google web-font should be Polish safe.
Any ideas ?
Warm regards
November 19, 2015 at 2:20 pm #538989Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Best regards,
YigitNovember 19, 2015 at 2:23 pm #538995Wow!,
Just ..
WOW !
@ Woocommerce last time I waited 1 week before the co-founder responded, and only because I made a fuss.
This is what I understand as customer service.
I am extremely happy to have chosen enfold.
Warm regards
p.s. of course the code worked !
November 19, 2015 at 2:28 pm #538999Dzien dobry!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
Yigit -
AuthorPosts
- The topic ‘Polish font-face’ is closed to new replies.