阅读背景:

修改字体篇:css3@font-face@字体转换@浏览器字体支持

来源:互联网 
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */@font-face {
  font-family: 'MyWebFont';
  



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: