Self-host the Roboto Condensed font

Instead of linking to Google Fonts.
This commit is contained in:
Oliver Davies 2024-12-07 20:24:53 +00:00
parent 6144fae6d8
commit 8541c0a3e9
5 changed files with 12 additions and 2 deletions

View file

@ -73,6 +73,7 @@ function npm:build:css {
tailwindcss \
--config tailwind.config.ts \
--input css/tailwind.css \
--output ../source/build/tailwind.css "${args[@]}"
}