17 lines
179 B
CSS
17 lines
179 B
CSS
@import "fonts/mononoki/mononoki.css";
|
|
|
|
html {
|
|
color-scheme: light dark;
|
|
width: 100%;
|
|
min-width: 320px;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 8px;
|
|
}
|
|
|
|
* {
|
|
font-family: 'mononoki';
|
|
}
|