Skip to content

Commit f3f8d2e

Browse files
change font size and font family
1 parent a47e0f5 commit f3f8d2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// ========== Visuals ==========
33
"editor.cursorSmoothCaretAnimation": "on",
4-
"editor.fontFamily": "Iosevka Nerd Font",
4+
"editor.fontFamily": "Cascadia Code",
55
"editor.guides.bracketPairs": "active",
66
"editor.lineNumbers": "on",
77
"editor.renderWhitespace": "none",
@@ -174,7 +174,7 @@
174174
"files.autoSave": "afterDelay",
175175
"editor.minimap.enabled": false,
176176
"window.zoomLevel": 1.40,
177-
"editor.fontSize": 16,
177+
"editor.fontSize": 15.5,
178178
"terminal.integrated.fontFamily": "CaskaydiaCove Nerd Font Mono",
179179
"editor.wordWrap": "bounded",
180180
"editor.fontLigatures": true,
@@ -331,5 +331,4 @@
331331
"debug.showInStatusBar": "never",
332332
"github.copilot.nextEditSuggestions.enabled": true,
333333
"oneDarkPro.italic": true,
334-
"editor.lineHeight": 23
335334
}

0 commit comments

Comments
 (0)