Skip to content

Commit

Permalink
add font
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 3, 2024
1 parent 0f13fae commit 0f9982e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/src/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
},
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/jpawlowski/devcontainer-features/cascadia-code:1": {
"version": "latest",
"installFontconfig": true,
"installVariableTTF": true,
"installVariableWOFF2": true,
"installStaticTTF": false,
"installStaticOTF": false,
"installStaticWOFF2": false
},
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2": {
"version": "7.4",
"setUserDefaultShell": true,
Expand Down

0 comments on commit 0f9982e

Please sign in to comment.