aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src/app.postcss
blob: a7f6f88f349c2ddf28d46023cab789571e5ac3fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@tailwind base;
@tailwind components;
@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";
}