获取正确的font-face似乎很常见,但我无法在我的网站上找到解决问题的答案:www.encyclopeidajewishhealing.org
这是css:
@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: url('../css/fonts/myriadpro-regular.woff') format('woff');
}
以下是我如何应用它:
body {
font-family: 'Myriad Pro Regular', 'Lucinda Grande', 'Trebuchet MS', sans-serif;
}
该字体来自Adobe Typefont(sp?)的许可。我很确定我上传了文件并且它们位于正确的子目录中(使用FTP检查)。
templates/cyclops/css/fonts/myriadpro-regular.woff
我的custom.css文件正常运行。我尝试使用Firefox Inspector检查字体是否正确加载并从正确的位置加载。但我不确定我是否正确使用它。
“不工作”我的意思是显示的字体字体在我看来并不是Myriad Pro。
任何帮助表示感谢。