GitHub and other websites started rendering text with similar but different (weird) characters in my browser.

Screenshot of code on a webpage where words like `export` are rendered as `èxpört`

Tracked it down to monospaced fonts rendering with .SF NS instead of SF Mono. No idea what happened, but deleting SF Mono from /Users/username/Library/Fonts and reinstalling it fixed it.

Screenshot of a code snippet on a webpage rendered as expected

All Posts