How do I make gVim detect a certain font?

I recently installed a font named "Hermit", and it is detected by my computer as you can see here:-However, when I open gVim and try to change my font it isn't an option in the font selector, as you can see here

here]2.

1 Answer

GVim only lists fonts which describe themselves as being monospaced.

I suspect you are using an older version of Hermit which failed to do this correctly. The changelog for 2.0 mentions:

Marked as monospaced (isFixedPitch).

Download version 2.0 directly from its creator's website, to ensure you have the latest version.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like