这里奇怪的问题。我正在使用@font-face
一个站点并且遇到了一些问题。我最初并没有在 Mac 上的 Chrome 中显示大写的“A”。在明确设置字体粗细之后,上面的任何内容300
都很好。
但是,现在我看到它出现在 Firefox 和我的客户端机器上的各种浏览器中。
这是我的代码:
@font-face {
font-family: 'Avenir';
src: url('../fonts/tricky.eot');
src: url('../fonts/tricky.eot?#iefix') format('embedded-opentype'),
url('../fonts/tricky.woff') format('woff'),
url('../fonts/tricky.ttf') format('truetype'),
url('../fonts/tricky.svg#ModernPictogramsNormal') format('svg');
font-weight: 300;
font-style: normal;
}
你可以在这里看到它:http: //infirmaryhealth.mdidev.com/
感谢您的任何帮助-