Home › Forums › WordPress Themes – Premium › Preference › Greek Font not showing › Reply To: Greek Font not showing
Thanks for the link… it appears you have some kind of scripting to hide the source code, so it was very hard to dig into the code but unable to really find much. However, the theme’s style.css is using this:
html {
font-size: 100%;
font-family: "PT Sans", Arial, Helvetica, sans-serif;
color:#747474;
}
PT Sans is the font being used, then if that is not available on the user’s computer, then it goes to Arial, then for anyone on a MAC, it will then use Helvetica…
This is where you might want to test the different fonts. I’m not sure if PT Sans supports Greek characters or not, but Arial should (I think). Fonts and what they can and cannot display is up to the font being used, so you will want to make sure whatever you choose, to ensure a compatible font is used. Still, Arial should work. Perhaps it might have something to do with your translation plugin (scripts) or something else? Disable any translation or language plugins you might have and see what happens?