问题描述
我将一些中文,日文和阿拉伯文类型(IE:地球の平和
)插入页面。他们渲染自己,但我不知道他们是否会在其他电脑上渲染。
我在此计算机上安装了CS字体的Creative套件,并且我相当确定该软件添加了这些语言字体,或者它们是标准的,并且加载该页面的任何人看到这些字体。
如果它们不是标准的,我最好使用 @ font-face
来渲染它们。每个字体替换引擎通常都很好地弄清楚应该使用哪种字体来显示它们;你应该担心的唯一事情就是如果你想使用衬线或无衬线的渲染(通常成为mincho和哥特式,和他们的阿拉伯等值)。
I am inserting some Chinese, Japanese, and Arabic type (IE: 地球の平和
) into a page. They render fine for myself yet I do not know if they will render on other computers.
I have Creative Suites on this computer with the CS fonts installed and I am fairly certain that the software added those language fonts or are they standard and anyone who loads the page will see those fonts.
If they are not standard is my best bet to use the @font-face
to render them?
The various font substitution engines are generally good at figuring out which font should be used to display them; the only thing you should worry about is if you want to use serif or sans serif for the rendering (which usually become mincho and gothic, and their Arabic equivalents).
这篇关于字体渲染?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!