Skip to content

Commit

Permalink
Fix unconfigured fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kadykov committed Oct 28, 2024
1 parent 03da061 commit 8a05efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"ghcr.io/kadykov/devcontainer-features/pre-commit:1": {}
},
"postCreateCommand": "pre-commit install",
"postCreateCommand": "sudo dnf install -y fontconfig && pre-commit install",
"remoteUser": "vscode",
"customizations": {
"vscode": {
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ RUN dnf update -yq \
fontawesome-6-brands-fonts \
fontawesome-6-free-fonts \
&& dnf clean all

ENV TYPST_FONT_PATHS=/usr/share/fonts/

0 comments on commit 8a05efd

Please sign in to comment.