我试图弄清楚为什么没有在文章的正文部分加载字体。这仅在Internet Explorer中发生。
示例文章:https://outline.com/zzsgGV
我正在从中获取https://outline.com/css/outline.css,其中包含对字体的以下调用。我已经添加了.eot调用,并且文件都可用。
一些可能的理论
IE11不支持“:root”
IE11不支持font变量
<table id="list" class="display" width="100%" >
<thead>
<tr>
<th>Title</th>
<th>Description</th>
<th>delete</th>
</tr>
</thead>
</table>