Using diacritic characters such as ÅÄÖ in H1 or H2 headings does not show properly.
Å and Ä becomes A. Ö becomes O. The proper character is there, however, my guess is spacing problems.
See private URL for one example where “VÄLKOMMEN” is shows as “VALKOMMEN”.
How can I sort this?
Hey kihlbaum!
Please refer to @josue’s post here and add Latin extended subset – https://kriesi.at/support/topic/custom-google-font-param-not-saved/#post-309155
Best regards,
Yigit
Thanks for the reply. Adding the code below to functions.php did not change anything
function add_subset_func($fontlist) {
$fontlist .= “&subset=cyrillic,cyrillic-ext”;
return $fontlist;
}
add_filter(‘avf_google_fontlist’, ‘add_subset_func’);
The letters ÅÄÖ are Swedish (basically the same as German)
I should add that using smaller header size solves the issue. However, that I cannot have a smaller font size.
Hi!
I checked the site and diacritics are working fine. You can decrease the font size to 12px and it will still work.
Cheers!
Ismael
Great! However, using IE 10 it looks like this: http://www.kravmagasverige.se/Diacritics1.jpg
Hi!
Have you checked it on another computer? here’s how it looks on my end – http://screencast.com/t/OwRGHvf0z
Cheers!
Josue
Oups! You are absolutely right. It looks the way it is supposed to on another computer using IE 10. Really sorry to take up both your time with this one.
Tanks for all your help!
Lars