Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #696667

    Hello,

    I read several topics regarding this matter but I can not fix it. I have issue with the display of a Greek font.

    Kind regards,
    Radoslav Mitov

    #696847

    Hey radoslavmitov,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #696890

    Hello,

    Here you are.

    Kind regards,
    Radoslav Mitov

    #697004

    Hi,

    Thanks for the link though I’m not all that familiar with the Greek alfabet unfortunately, could you try to explain the problem a bit further please?

    Regards,
    Rikard

    #699250

    Hello,

    Please take a look at this screenshot:

    As you can see in the green rectangles there is a difference in the font between the words in Latin characters and Greek characters and Greek characters and numbers.

    Kind regards,
    Radoslav Mitov

    #700310

    Hey!

    Please try adding following code to wp-content/themes/enfold/functions.php file

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Cheers!
    Yigit

    • This reply was modified 8 years, 1 month ago by Yigit.
    #705271

    Hello,

    I added it but the issue is still not resolved.

    Kind regards,
    Radoslav Mitov

    #705293

    Hi,

    Font family you are using might not support Greek subset. Please try changing font family to a similar one.

    Best regards,
    Yigit

    #705550

    Hello,

    I am not sure what you mean. Can you specify which fonts are ok to work with Greek?

    Kind regards,
    Radoslav Mitov

    #706639

    Hi,

    I think you should be able to see all available Google font with greek glyphs on this link: https://fonts.google.com/?subset=greek

    Best regards,
    Rikard

    #709741

    Hello,

    After completing all the steps I still have the issue. I chose a font from the recommended (Open Sans for both headings and body text).

    Please check the attached screenshot. The words in latin characters and numbers look different than the characters in Greek.

    Kind regards,
    Radoslav Mitov

    #710074

    Hi,

    Thanks for the feedback, I’m not able to see the section of your screenshot on your page though. Could you link directly to it please?

    Best regards,
    Rikard

    #710387

    Hello,

    Here is the link.

    Please have in mind that on Chrome browser it is looking completely normal but on Safari browser and on mobile the issue persists.

    Kind regards,
    Radoslav Mitov

    #711175

    Hi,

    I checked your source code, but the same font is used for your character. So the result is as expected.

    Best regards,
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.