-
AuthorPosts
-
October 7, 2016 at 6:39 pm #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 MitovOctober 8, 2016 at 8:57 am #696847Hey radoslavmitov,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardOctober 8, 2016 at 1:06 pm #696890Hello,
Here you are.
Kind regards,
Radoslav MitovOctober 9, 2016 at 8:37 am #697004Hi,
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,
RikardOctober 14, 2016 at 6:08 pm #699250Hello,
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 MitovOctober 17, 2016 at 11:31 pm #700310Hey!
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.
October 28, 2016 at 1:26 pm #705271Hello,
I added it but the issue is still not resolved.
Kind regards,
Radoslav MitovOctober 28, 2016 at 2:00 pm #705293Hi,
Font family you are using might not support Greek subset. Please try changing font family to a similar one.
Best regards,
YigitOctober 29, 2016 at 4:30 pm #705550Hello,
I am not sure what you mean. Can you specify which fonts are ok to work with Greek?
Kind regards,
Radoslav MitovNovember 1, 2016 at 10:33 am #706639Hi,
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,
RikardNovember 8, 2016 at 12:28 pm #709741Hello,
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 MitovNovember 9, 2016 at 7:10 am #710074Hi,
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,
RikardNovember 9, 2016 at 6:18 pm #710387Hello,
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 MitovNovember 11, 2016 at 3:28 pm #711175Hi,
I checked your source code, but the same font is used for your character. So the result is as expected.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.