aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src/app.postcss
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-04-24 13:43:24 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-04-24 13:53:47 -0500
commit20c9d3fb5400e868bce3e53df2c0aa22be14e23e (patch)
tree5e9df682af146403cd8d086555a313cc5151345a /clients/www/src/app.postcss
parentcall me bread because I am pain (diff)
downloadzorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.gz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.bz2
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.lz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.xz
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.tar.zst
zorascript-20c9d3fb5400e868bce3e53df2c0aa22be14e23e.zip
Nothing
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--clients/www/src/app.postcss7
1 files changed, 4 insertions, 3 deletions
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