From 421f084064541e3fac2f1acc7acd3f103507f043 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski <75446+jpawlowski@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:19:56 +0200 Subject: [PATCH] change font --- .devcontainer/src/devcontainer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/src/devcontainer.json b/.devcontainer/src/devcontainer.json index 3388417..d612230 100644 --- a/.devcontainer/src/devcontainer.json +++ b/.devcontainer/src/devcontainer.json @@ -13,11 +13,11 @@ "ghcr.io/jpawlowski/devcontainer-features/cascadia-code:1": { "version": "latest", "installFontconfig": true, - "installVariableTTF": true, - "installVariableWOFF2": true, - "installStaticTTF": false, + "installStaticTTF": true, "installStaticOTF": false, - "installStaticWOFF2": false + "installStaticWOFF2": false, + "installVariableTTF": false, + "installVariableWOFF2": false }, "ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2": { "version": "7.4",