IE - 自定义字体无法通过HTTPS加载

时间:2016-08-09 06:04:31

标签: internet-explorer caching https sharepoint-2013 font-face

  • 自定义字体在浏览内部链接时有效,但刷新时加载。
  • 缓存已得到处理,但仍无效。
  • 使用 CDN ,但无法使用CDN。

自定义字体:bootstrap glyphicon

注意: SharePoint 2013项目

自定义字体声明如下 CSS

@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
    }

0 个答案:

没有答案