1
0

Change default font

This commit is contained in:
Jip J. Dekker 2022-06-27 21:30:00 +10:00
parent 1e442ed07f
commit 7eda826079
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
font_family Iosevka font_family Iosevka Term Slab
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto

View File

@ -1,5 +1,5 @@
{ {
"font_face": "Iosevka", "font_face": "Iosevka Slab",
"font_size": 15, "font_size": 15,
"tab_size": 2, "tab_size": 2,
"theme": "auto", "theme": "auto",

View File

@ -1,7 +1,7 @@
// Settings in here override those in "Default/Preferences.sublime-settings", // Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings. // and are overridden in turn by syntax-specific settings.
{ {
"font_face": "Iosevka", "font_face": "Iosevka Slab",
"font_size": 16, "font_size": 16,
"color_scheme": "auto", "color_scheme": "auto",
"save_on_focus_lost": true, "save_on_focus_lost": true,