如何在字体加载之前更改默认字体?
在 Firefox 中,当页面加载时,它会先显示默认字体(例如 Times New Roman)一段时间(取决于连接速度),然后再使用指定的字体进行渲染。我知道这不能更快,但是我怎样才能将 Arial 设置为默认字体,然后在字体加载时更改它呢?
In Firefox when a page loads it shows a default font (such as Times New Roman) for a moment (depending on connection speed) before it renders using the specified font-face. I understand this cannot be faster but how can I set, for example, Arial as the default font before it changes when the font-face loads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 font-family 属性中指定额外的字体将解决您的问题。
这将导致使用 arial 直到“YourFontFaceFont”可用。
Specifying an extra font in your font-family property will solve your problem.
This will cause arial to be used until "YourFontFaceFont" is available.