belluzj / fantasque-sans

A font family with a great monospaced variant for programmers.
http://openfontlibrary.org/en/font/fantasque-sans-mono
SIL Open Font License 1.1
6.98k stars 154 forks source link

Rendering of typos in IntelliJ shows wrong characters #108

Closed SoumenDass closed 5 years ago

SoumenDass commented 5 years ago

This issue is different from https://github.com/belluzj/fantasque-sans/issues/25 - in this case a totally different word is rendered in IntelliJ for typos when using Fantasque Sans Mono. Details of the issue are in this StackOverflow thread I created today for this issue.

SoumenDass commented 5 years ago

Re-opened after accidentally closing it.

belluzj commented 5 years ago

Hello,

I guess that you are using Windows. The issue looks very much like that one from Hack: https://github.com/source-foundry/Hack/issues/362

I don't provide a Windows installer for Fantasque Sans Mono, so instead I would suggest to try to uninstall all the Fantasque Sans Mono font files from your machine (including potential duplicates ending in _0 and reinstall them afterwards.

Does this help?

SoumenDass commented 5 years ago

@belluzj sorry for the delay in responding - it does help. For reference, these are the specific steps I carried out to resolve this issue:

  1. Backup the Fantasque* fonts by copying them from c:\Windows\Fonts to a safe location (using Windows Explorer works fine)
  2. Select Fantasque Sans Mono in Windows Explorer and delete it
  3. Open Command Prompt (cmd), navigate to the same folder and verify via "dir" command if the deleted font is still there (in my case "dir Fantasque*" still showed files even after steps No. 1 and 2 were done).
  4. Issue "del Fantasque*" and re-verify that the fonts are deleted
  5. Copy back the fonts backed-up in step 1
  6. Restart IntelliJ (and select Fantasque* if already not selected). The bold-italic should render correctly now.