十月 10th, 2008互联网安全字体(web safe fonts)

Html/Css/Ps - - Kelvin12:23

所有平台都预装的字体,被称为“安全字体”,因为它可以保证所有用户的视觉效果是一样的。

以下九种字体就是“安全字体”:Arial、Arial Black、Comic Sans MS、Courier New、Georgia、Impact、Times New Roman、Trebuchet MS和Verdana。

九种安全字体

网上已经有人整理出了所有“安全字体”的CSS写法,我把它照抄过来,效果可以看这里

1. serif类

font-family: Garamond, serif;

font-family: Georgia, serif;

font-family: ‘Times New Roman’, Times, serif;

font-family: ‘Bookman Old Style’, serif;

font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;

2.sans-serif类

font-family: Arial, Helvetica, sans-serif;

font-family: ‘Arial Black’, Gadget, sans-serif;

font-family: Impact, Charcoal, sans-serif;

font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;

font-family: ‘MS Sans Serif’, Geneva, sans-serif;

font-family: ‘MS Serif’, ‘New York’, sans-serif;

font-family: Symbol, sans-serif;

font-family: Tahoma, Geneva, sans-serif;

font-family: ‘Trebuchet MS’, Helvetica, sans-serif;

font-family: Verdana, Geneva, sans-serif;

font-family: Webdings, sans-serif;

font-family: Wingdings, ‘Zapf Dingbats’, sans-serif;

3. 手写类

font-family: ‘Comic Sans MS’, cursive;

4. 等宽类

font-family: Courier, monospace;

font-family: ‘Courier New’, Courier, monospace;

font-family: ‘Lucida Console’, Monaco, monospace;

本站遵循 署名-非商业性使用-相同方式共享 3.0 共享协议,转载请注明作者及出处。

Del.icio.us Google书签 Digg Live Bookmark Technorati Furl Yahoo书签 Facebook 百度搜藏 新浪ViVi 365Key网摘 天极网摘 和讯网摘 博拉网 POCO网摘 添加到饭否 QQ书签 Digbuzz我挖网

要说点啥就在这吧