Changing fonts for foreign languages with font-face in css3?
Is it possible to change an Arabic font to one that I pick using font-face in css3 ? I tried it with English and it works , I know it will defer with foreign languages so I needed to ask . and , I know this question is so dumb b开发者_C百科ut since I never wrote inside a website with Arabic , how can I do that in HTML ?
Thanks !
It will work with any character-set. A recommendation is that you also set the charset to utf-8, to avoid compatibility issues - although it should work regardless.
精彩评论