首页 > 解决方案 > 为什么我的嵌入字体不能仅在 Firefox 中运行?

问题描述

今天突然间我的网络字体不能只在 Firefox 中工作。这么奇怪。昨天还在工作。没有改变。

这是我的网站。

@font-face {
     font-family: 'Gotham Condensed';
     src: url('https://www.paperboxtalent.com/fonts/GothamCondensed-Light.woff2') format('woff2'), url('https://www.paperboxtalent.com/fonts/GothamCondensed-Light.woff') format('woff'), url('https://www.paperboxtalent.com/fonts/GothamCondensed-Light.svg#GothamCondensed-Light') format('svg');
     font-weight: 300;
     font-style: normal;
}

标签: firefoxfont-face

解决方案


我才意识到我在看 http 而不是 https


推荐阅读