2010-11-17 251 views
5

我在哪里可以找到浏览器安全字体的列表?我的意思是我可以在我的网页中使用的字体,这些字体可以在Windows和Mac的不同浏览器和版本中正确显示。浏览器/操作系统支持字体

更新:

是的,我知道如何使用谷歌搜索。我只是觉得这个论坛上的某个人可以给我一个链接到一个带有font/browser/browserversion/os字体支持的矩阵。像支持CSS的http://www.quirksmode.org/compatibility.html一样。

我发现东西来接近我的意思: http://www.upsdell.com/BrowserNews/res_fonts.htm

+0

的可能的复制[什么是跨浏览器,跨platfom网络安全的字体?](https://stackoverflow.com/questions/2130790去/ what-are-cross-browser-cross-platfom-web-safe-fonts) – Vadzim 2018-01-16 15:50:54

回答

0

快速搜索发现以下列表: http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html

谷歌是你的朋友,太: http://www.google.com/search?q=web+safe+fonts

+0

是的,我知道。但网络上有很多糟糕的信息。我希望从专家那里得到建议@ SO ;-) – waanders 2010-11-17 14:25:43

+0

另一种方法可能是使用@ font-face,那么fontsquirrel会告诉你更多使用方法:http://www.fontsquirrel.com/ fontface/generator – mtness 2010-11-17 15:33:38

0

转到所有域之间最常用的字体。我会建议Verdana,它可能是广泛使用的字体之一,几乎所有的操作系​​统都支持它。

或从下面的列表中的一个

font-family: Arial, Helvetica, sans-serif; 
font-family: 'Arial Black', Gadget, sans-serif; 
font-family: 'Bookman Old Style', serif; 
font-family: 'Comic Sans MS', cursive; 
font-family: Courier, monospace; 
font-family: 'Courier New', Courier, monospace; 
font-family: Garamond, serif; 
font-family: Georgia, serif; 
font-family: Impact, Charcoal, sans-serif; 
font-family: 'Lucida Console', Monaco, monospace; 
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: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-family: Symbol, sans-serif; 
font-family: Tahoma, Geneva, sans-serif; 
font-family: 'Times New Roman', Times, 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; 
+0

我刚刚从@ matt_asbury的答案中提取了列表:D – Starx 2010-11-17 13:58:12

0
Serve WOFF 2.0 variant to browsers that support it. 
Serve WOFF  variant to the majority of browsers. 
Serve TTF  variant to old Android (below 4.4) browsers. 
Serve EOT  variant to old IE (below IE9) browsers.