Does anyone know how to change the font on sublime text 3? I know that in theory, it is doable change the preference->setting->user editing the json file like that:
{
"font_size": 13,
"ignored_packages":
[
"Vintage"
]
}
Adding the line "font_face": "Menlo", right after the font_size rule. But for some reason, none of my fonts are recognized. Plus I'd like to use or add in some way any google font.
Is it possible?
Something like that will work:
{
"font_face": "Menlo",
"font_size": 13,
"ignored_packages":
[
"Vintage"
]
}
But it's important to remember to use only the font that you have, and not the main folder, if you're in windows, but the specific file (with the specific name inside the font folder)