From a63b69b2e8bc3af1146b44ed425e2208d8e4bb76 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 23 Apr 2024 10:27:57 -0500 Subject: font Signed-off-by: Matt Strapp --- clients/www/src/app.postcss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'clients/www/src/app.postcss') 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 -- cgit v1.2.3