monoid
8fece9090f
다시 작업. 디자인도 바꾸고 서버도 바꿈. Co-authored-by: monoid <jaeung@prelude.duckdns.org> Reviewed-on: https://git.prelude.duckdns.org/monoid/ionian/pulls/6
13 lines
No EOL
269 B
CSS
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;
|
|
} |