Skip to content

Commit

Permalink
fix: Correct default font applied to VSCode (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Feb 8, 2024
1 parent e801dfb commit 3e0e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dx/usr/etc/skel/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"window.titleBarStyle": "custom",
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace"
"editor.fontFamily": "'Cascadia Code', 'Droid Sans Mono', 'monospace', monospace"
}

0 comments on commit 3e0e074

Please sign in to comment.