aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/src/app.postcss
blob: b09047ce57612f86ea262167443ad9cb63072cea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

@font-face {
	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 Oracles";
}