作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
自定义 @font-face
不在 chrome 中加载(chrome 自定义字体不呈现)使用 CSS 使用自定义字体
@font-face {
font-family:'gotham-rounded-medium';
src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot');
src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot?#iefix')format("embedded-opentype"),
url('fonts/gothumrounded_medium/gotham-rounded-medium.woff')format("woff"),
url('fonts/gothumrounded_medium/gotham-rounded-medium.ttf')format("truetype"),
url('fonts/gothumrounded_medium/gotham-rounded-medium.svg')format("svg");
font-weight:400;
font-style:normal
}
.custom_font{
font-family:'gotham-rounded-medium', arial, sans-serif;
}
文本仅在您调整屏幕窗口大小时显示。
请问有什么办法可以解决这个问题吗?
最佳答案
在我的例子中,问题与不同 Angular 2 模块多次包含相同的@font-face 有关。请参阅:
https://bugs.chromium.org/p/chromium/issues/detail?id=582198#c20
关于html - 自定义 @font-face 不会在 chrome 中加载(chrome 自定义字体不会呈现),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35475097/
我是一名优秀的程序员,十分优秀!