Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #355009

    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?

    #355349

    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

    #355439

    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)

    #355441

    I should add that using smaller header size solves the issue. However, that I cannot have a smaller font size.

    #356456

    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

    #356626

    Great! However, using IE 10 it looks like this: http://www.kravmagasverige.se/Diacritics1.jpg

    #358017

    Hi!

    Have you checked it on another computer? here’s how it looks on my end – http://screencast.com/t/OwRGHvf0z

    Cheers!
    Josue

    #358208

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘H1 & H2 header and diacritic characters problems’ is closed to new replies.