From e967e31b97c4b7d67cf0fc302c04398f4a1d2954 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 16 Aug 2022 10:19:43 +0200 Subject: [PATCH] update --- .config/Code - OSS/User/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/Code - OSS/User/settings.json b/.config/Code - OSS/User/settings.json index eae415c..6b66bc9 100644 --- a/.config/Code - OSS/User/settings.json +++ b/.config/Code - OSS/User/settings.json @@ -1,11 +1,11 @@ { "workbench.colorTheme": "Atom One Dark", - "editor.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'", + "editor.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'", "editor.minimap.enabled": false, "editor.fontLigatures": true, "editor.renderControlCharacters": false, "editor.rulers": [80, 100, 120], - "terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'", + "terminal.integrated.fontFamily": "'Fira Code', 'Font Awesome 6 Brands', 'Font Awesome 6 Free', 'Font Awesome 6 Free Solid'", "terminal.integrated.shellIntegration.enabled": false, "explorer.confirmDelete": false, "diffEditor.maxComputationTime": 0,