Firefox suddenly displays all text in foreign, unintelligible character set
I recently updated my MacBook Pro to the latest MacOS (Sequoia). Though I didn't notice it immediately, today when I opened Firefox, all text is displayed in a foreign character set. It is pervasive - I've tried to use several tutorials to reset the language and all settings to default, but so far nothing has worked. I've uninstalled Firefox using AppCleaner (which gets any leftover files in OS folders, as well as the app itself), but a clean install results in the same issue. I've disabled all add-ons and reset all settings to default as near as I can tell. The only time the browser displays properly is when it's in Safe Mode. I'm not sure if this is related to the OS update, but I can't seem to identify any other recent change that could have the potential to cause this problem. Any suggestions would be greatly appreciated.
Giải pháp được chọn
That is a font issue we regularly see reported on Mac. Issues with a weird looking font or missing glyphs can be caused by a problem with a specific font and you need to identify this font and fix this. You may find that this can be resolved by finding and removing duplicate fonts installed in the local ~/Library/Fonts folder, that are conflicting with standard system fonts.
You can check in Font Book for font issues like corrupted and duplicate fonts. Note that you should be careful about disabling "Allow pages to choose their own fonts, instead of your selections above" as this will cause issues with iconic fonts used by webpages to display small icons (you may see text labels instead of icons).
You can right-click and select "Inspect" to open the built-in Inspector with this element selected.
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/open_the_inspector/
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_html/
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, if necessary expand "All fonts...". If the Fonts tab is hidden, click the Down arrow at the right end.
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (2)
Giải pháp được chọn
That is a font issue we regularly see reported on Mac. Issues with a weird looking font or missing glyphs can be caused by a problem with a specific font and you need to identify this font and fix this. You may find that this can be resolved by finding and removing duplicate fonts installed in the local ~/Library/Fonts folder, that are conflicting with standard system fonts.
You can check in Font Book for font issues like corrupted and duplicate fonts. Note that you should be careful about disabling "Allow pages to choose their own fonts, instead of your selections above" as this will cause issues with iconic fonts used by webpages to display small icons (you may see text labels instead of icons).
You can right-click and select "Inspect" to open the built-in Inspector with this element selected.
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/open_the_inspector/
- https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_html/
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, if necessary expand "All fonts...". If the Fonts tab is hidden, click the Down arrow at the right end.
Thank you so much, that was the clue I needed to resolve the problem.