开发者

Changing fonts for foreign languages with font-face in css3?

开发者 https://www.devze.com 2023-03-27 01:10 出处:网络
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 .

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消