1
0

Update font

This commit is contained in:
Jip J. Dekker 2023-10-27 14:50:33 +11:00
parent a649838cf2
commit 1f50bf3f0f
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
font_family Iosevka Term Slab
font_family Iosevka Term
bold_font auto
italic_font auto
bold_italic_font auto
cursor_shape underline
font_size 16.0
font_size 14.0
confirm_os_window_close 0

View File

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

View File

@ -11,7 +11,7 @@
},
"cmake.generator": "Ninja Multi-Config",
"cmake.installPrefix": "${workspaceFolder}/build.nosync/install",
"editor.fontFamily": "'Iosevka Slab', Iosevka, Menlo, Monaco, 'Courier New', monospace",
"editor.fontFamily": "Iosevka, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnSave": true,