Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 ?

    #536320

    Hey wantondude,

    It looks fine on my end, could you post screenshots highlighting the issue please?

    Thanks,
    Rikard

    #538982

    Sorry 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. Wrong coding ?
    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

    #538989

    Hey!

    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,
    Yigit

    #538995

    Wow!,

    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 !

    #538999

    Dzien 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Polish font-face’ is closed to new replies.