I use Sublime 3 on Windows, Mac, and Linux. Today I setup the non-ligature based JetBrains Mono and noticed the font was huge on Linux but appropriate on Linux. I use git to synchronize my configurations so I couldn’t just modify the local settings and have it stick. However, on my Mac, the Preferences (OSX).sublime-settings
file isn’t being recognized. The file is located at /Users/username/Library/Application Support/Sublime Text 3/Packages/Default
and has the content of:
{
"font_size": 11,
}
Why would this not be picked up on Mac?