I understand that web safe fonts have a high chance of being install on most OS. Looking at http://www.cssfontstack.com/ shows what OS has which font installed. However, what I can't seem to find any information for is if web safe fonts are internationally safe as well, that is, will the font render in any language?
I looked at tons of international sites to look at their font stacks, and this is what I found:
- Arabic & Persian:
Verdana, Arial, Tahoma
- Pashto (Afghanistan):
Arial, Helvetica, Tahoma, Verdana
- Chinese:
"Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei" ,"微软雅黑", Arial "宋体","Arial Narrow"
- Japanese:
"Lato", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
Helvetica, HirakakuProN-W3
- Hindi (India):
Arial,Verdana,Tahoma, Helvetica, mangal
(lots of website use nato sans or source sans web font) - Hebrew:
Verdana, Arial, Helvetica
- Urdu (Pakistan):
"Helvetica Neue",Helvetica,Arial,sans-serif
- Thai:
"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
From inspecting these sites, I see that each web safe font gets mapped to a font file on my OS that has the characters needed to render the language. For example, when Arial is used for a site in Hindi, I see that the font Kohinoor Devanagari is used for any missing characters from the Arial font.
So here are my questions: will a web safe font always map to a font on any OS/device that can render the language? By using a web safe font can I translate my site into any language without needing to change the font for that language?