UI fonts and languages

Posted by Kai Sellgren on Stack Overflow See other posts from Stack Overflow or by Kai Sellgren
Published on 2010-03-27T17:25:05Z Indexed on 2010/03/27 17:33 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

I am developing a multilingual web application that has a nice looking UI. I thought using CSS 3's font-face property to make it even nicer UI, but I'm not really sure if that's a good idea. According to some people I have talked to, different languages need different fonts. This means that there is no single font that can display characters of all languages, because the same character may look different across languages.

For example, according to Wikipedia, the Unicode code point U+4EE4 looks different in Korean and Japanese languages.

So my question is, would it make most sense to contain the fonts within the language packs -- or within the themes of my UI?

© Stack Overflow or respective owner

Related posts about ui

Related posts about themes