simple-kiosk/src/client/App.css
2024-05-03 01:19:24 +09:00

14 lines
No EOL
288 B
CSS

html, body {
padding: 0;
margin: 0;
}
body {
min-height: 100dvh;
background-color: var(hsl(--background));
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}