【发布时间】:2015-11-18 09:34:32
【问题描述】:
大家好,我已经进行了大量的挖掘工作,这个持续存在的问题让我发疯了。
我无法为移动设备和 IE 加载我的字体类型。 我的网站是http://kays.vurb.us/
我说的是响应模式下的汉堡图标。它使用带有特殊字体“etmodules”的字母“a”。
这就是我的 CSS 的样子:
@font-face {
font-family: 'etmodules';
src: url('etmodules_v2_4.eot');
src: url('etmodules_v2_4.eot?#iefix') format('embedded-opentype'),
url('etmodules_v2_4.woff2') format('woff2'),
url('etmodules_v2_4.woff') format('woff'),
url('etmodules_v2_4.ttf') format('truetype'),
url('etmodules_v2_4.svg#etmodules_v2_4regular') format('svg');
font-weight: normal;
font-style: normal;
}
我将文件放在我的主 wordpress 目录中。我不知道我做错了什么。由于它不适用于 IE 和移动设备,因此我尝试查看 IE 开发人员工具,但我无法弄清楚为什么字体会' t 在网站上下载或加载。请帮帮我:(
【问题讨论】: