现在我正在使用这个,但是我是一个mac,我不认为windows上支持“Helvetica Neue”.
h1{ Font-size:64px; Font-family:Helvetica Neue,Helvetica,Arial,sans-serif; Font-weight:100;}
任何想法薄,清脆的字体?
解决方法 Google正在使用他们的字体API和CSS的@ Font-face请参阅代码中的以下参考资料:
<link href="//Fonts.GoogleAPIs.com/CSS?family=Open+Sans:300,400,600,700&subset=latin" rel="stylesheet">
下面是“注册”字体的确切定义:
@Font-face { Font-family: 'Open Sans'; Font-style: normal; Font-weight: 400; src: local('Open Sans'),local('OpenSans'),url('http://themes.Googleusercontent.com/static/Fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');}
然后他们只需将该字体应用于元素/ s:
h1,h2,h3,h4,blockquote,q,.maia-nav ul { Font-family: 'open sans',arial,sans-serif;}
注意:@ Font-face字体不会在低级浏览器上呈现.如果你需要支持他们尝试 – http://cufon.shoqolate.com/
总结以上是内存溢出为你收集整理的html – CSS非常薄的字体?全部内容,希望文章能够帮你解决html – CSS非常薄的字体?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)