ionian/packages/client/src/App.css
monoid 8fece9090f BREAKING: Rework (#6)
다시 작업. 디자인도 바꾸고 서버도 바꿈.

Co-authored-by: monoid <jaeung@prelude.duckdns.org>
Reviewed-on: https://git.prelude.duckdns.org/monoid/ionian/pulls/6
2024-04-17 01:45:36 +09:00

13 lines
No EOL
269 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
body {
margin: 0;
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
min-height: 100vh;
}
#root {
margin: 0;
min-height: 100vh;
}