我在我的项目中使用@font-face 规则。这是我在我的css中使用的:
@font-face
{
font-family: 'BHoma';
src: url('fonts/BHoma.eot?#') format('eot'),
url('fonts/BHoma.woff') format('woff'),
url('fonts/BHoma.ttf') format('truetype');
}
除 Safari 外,所有浏览器都可以正常加载。字体位于名为 fonts 的文件夹中,该文件夹与 css 文件位于同一文件夹中,并且网站的语言是波斯语。我不知道如何调试这个问题。谁能指出需要做什么才能使它们适用于 Safari?