Changing font in Sublime Text 3

10,187

Solution 1

Follow this support article from Apple for installing fonts and check if you have installed it properly.

If you did, check the name of installed fonts.

Then, go to Settings -> Preferences and on the right hand side(User settings) place:

{
    "font_face": "Roboto Mono",
    "font_size": 10
}

Solution 2

try changing font size (to 15 for instance) using this:

"font_size": 15

updated my font in my case.

Share:
10,187
a56z
Author by

a56z

Updated on June 06, 2022

Comments

  • a56z
    a56z almost 2 years

    I want to change the font in Sublime Text 3 to Roboto Mono, so I downloaded the file and installed it on my computer (macOS). Then I go and open Sublime Text 3, go to "Settings --> Preferences", getting to the split screen where I put into the right side this:

    "font_face": "Roboto Mono",
    "font_size": 10, 
    

    Now this is supposed to work but it doesn't.

    Can someone advise please?


    Update: The error I'm getting is:

    Unable to save ~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings
    Error: No such file or directory
    
  • a56z
    a56z over 4 years
    thx Dinko, that's what I'm doing actually. The error seems to be from within Sublime then?