标签:developer 兼容问题 tst div mil int ras type develop
1.看法
不推荐使用:存在版权问题、字体文件过大问题、多浏览器兼容问题、潜在问题(比如应用上去了某些汉字会排列错乱)
2.用法
<html> <head> <title>Web Font Sample</title> <style type="text/css" media="screen, print"> @font-face { font-family: "Bitstream Vera Serif Bold"; src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); } body { font-family: "Bitstream Vera Serif Bold", serif } </style> </head> <body> This is Bitstream Vera Serif Bold. </body> </html>
标签:developer 兼容问题 tst div mil int ras type develop
原文地址:https://www.cnblogs.com/justSmile2/p/10451951.html