From 20c9d3fb5400e868bce3e53df2c0aa22be14e23e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 24 Apr 2024 13:43:24 -0500 Subject: Nothing Signed-off-by: Matt Strapp --- clients/www/src/app.postcss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'clients/www/src/app.postcss') diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss index a7f6f88..b09047c 100644 --- a/clients/www/src/app.postcss +++ b/clients/www/src/app.postcss @@ -4,14 +4,15 @@ @tailwind variants; @font-face { - font-family: "Zelda Oracle"; - src: url("/font/ZeldaOracles.woff2") format("woff2"); + font-family: "Zelda Oracles"; + src: url("/font/zelda-oracles.woff2") format("woff2"); } + html, body { @apply h-full overflow-hidden; } :root [data-theme="wintry"] { - --theme-font-family-base: "Zelda Oracle"; + --theme-font-family-base: "Zelda Oracles"; } \ No newline at end of file -- cgit v1.2.3