I was looking and could not find an answer on this one. Which is Sublime Text's default font type?
问题:
回答1:
On Linux it's Monospace
10 pt. (the exact monospace font used may vary on different Linux distributions or versions), on Windows it's Consolas
10 pt., and on OS X it's Menlo Regular
12 pt.
(The color scheme is Neon
and the syntax highlighting is from PackageDev
, formerly AAAPackageDev
)
This information is found in the Packages/Default
directory (where Packages
is the directory opened by the Preferences → Browse Packages...
menu option), in the Preferences (OS).sublime-settings
file where OS
is one of Windows
, Linux
, or OSX
.
You should only customize the font (or any other setting) in Packages/User/Preferences.sublime-settings
, opened by Preferences → Settings—User
, as Settings—Default
is over-written on upgrade, and also serves as a backup in case you really screw something up in your user settings. This is the case for both the main Sublime settings as well as those for extra packages/plugins.
These default fonts are the same in both Sublime Text 2 and Sublime Text 3.
回答2:
On my system (Windows 8.1), Sublime 2 shows default font "Consolas". You can find yours by following this procedure:
- go to View menu and select Show Console
- Then enter this command:
view.settings().get('font_face')
You will find your default font.
回答3:
Yes. You can use Console of Sublime with (Linux):
Ctrl + `
And type:
view.settings().get('font_face')
Get any setting the same way.
回答4:
To add to MattDMo's answer, you can get the exact font that's used on Linux like so (the example is from Xubuntu 14.04):
$ fc-match Monospace
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
回答5:
The default font on windows 10 is Consolas