Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Getting unreadable text when website is using a font that isn't installed

  • 2 个回答
  • 0 人有此问题
  • 104 次查看
  • 最后回复者为 haszaidi

Getting unreadable text when website is using a font that isn't installed (see attached screenshot). When I view the source in developer tools it uses Roboto (which I haven't installed).

On my Mac, I have tried other browsers (Chrome and Safari) and they work fine. I have also tried this website with Firefox on Windows and it also works fine.

Getting unreadable text when website is using a font that isn't installed (see attached screenshot). When I view the source in developer tools it uses Roboto (which I haven't installed). On my Mac, I have tried other browsers (Chrome and Safari) and they work fine. I have also tried this website with Firefox on Windows and it also works fine.
已附加屏幕截图

被采纳的解决方案

You can right-click and select "Inspect" to open the built-in Inspector with this element selected.

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Fonts tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

You can check in Font Book for font issues like corrupted and duplicate fonts.

定位到答案原位置 👍 0

所有回复 (2)

选择的解决方案

You can right-click and select "Inspect" to open the built-in Inspector with this element selected.

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Fonts tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

You can check in Font Book for font issues like corrupted and duplicate fonts.

Thanks for that. I checked the Fonts tab and it was showing "Times Roman" which wasn't in my Font Book. So I modified Firefox to use "Times New Roman" as the default font (which was in my Font Book) and now it works :-)