Sublime Forum

List of available fonts & how to install?

#1

Is there a list of available fonts? Also, how to install a font (I have the sfd, otf, or pfa files for it).

0 Likes

#2

I’m using Sublime Text 2 and this is my User File Perference:
{
“font_face”: “Courier”,

}

substituting “Courier” with any “Dina”, “Monaco”, “Insonsolata”, etc. would not work (it’s the same non-mono font, Verdana perhaps?).

0 Likes

#3

At least under Windows it just uses the system registered fonts. In my case my User File preferences has:

{ "font_face": "Consolas", "font_size": 11 }
And it works how you would expect, into effect immediately upon saving.

On BSD/Linux you would have to make sure your X’ FontPath is set up correctly. TTF and OTF ought to work for all I know, but could be that it is still a WIP on non-Windows platforms.

0 Likes

#4

Ah, didn’t know fonts are installed on OS, not editor. Got it, thanks!

0 Likes