diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-04-23 10:27:57 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-04-23 10:27:57 -0500 |
commit | a63b69b2e8bc3af1146b44ed425e2208d8e4bb76 (patch) | |
tree | 16c82c0810b320acdecb81f1eda9cc45a2f9d64d /clients/www | |
parent | Update deps + make dependabot happy (diff) | |
download | zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar.gz zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar.bz2 zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar.lz zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar.xz zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.tar.zst zorascript-a63b69b2e8bc3af1146b44ed425e2208d8e4bb76.zip |
font
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/src/app.postcss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss index 8ef7d35..a7f6f88 100644 --- a/clients/www/src/app.postcss +++ b/clients/www/src/app.postcss @@ -3,7 +3,15 @@ @tailwind utilities; @tailwind variants; +@font-face { + font-family: "Zelda Oracle"; + src: url("/font/ZeldaOracles.woff2") format("woff2"); +} html, body { @apply h-full overflow-hidden; } + +:root [data-theme="wintry"] { + --theme-font-family-base: "Zelda Oracle"; +}
\ No newline at end of file |