CSS Font Unicode Range

匿名 (未验证) 提交于 2019-12-03 08:59:04

问题:

I use the above code and intend to ONLY use this font for characters in the designated unicode-range, and excluding any other characters including the default English one.

However, in my site, it stills display the other characters in this font. As you can see, the upper one still displays English in the font defined, and yet the second one uses sans-serif. How can I solve this problem?

Much help is appreciated.

回答1:

One of your character ranges contains an en dash (U+2013) instead of an ASCII hyphen-minus.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!