Use 12-point text in VSCode
This commit is contained in:
parent
a7293621e8
commit
8618cdda88
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"editor.fontFamily": "'Berkeley Mono', 'monospace', 'Cascadia Code', Consolas, 'Courier New'",
|
"editor.fontFamily": "'Berkeley Mono', 'monospace', 'Cascadia Code', Consolas, 'Courier New'",
|
||||||
"editor.fontLigatures": false,
|
"editor.fontLigatures": false,
|
||||||
"editor.fontSize": 13,
|
"editor.fontSize": 12,
|
||||||
"editor.fontWeight": "100",
|
"editor.fontWeight": "100",
|
||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
100
|
100
|
||||||
|
|
Loading…
Reference in a new issue