mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
24 lines
369 B
CSS
24 lines
369 B
CSS
@font-face {
|
|
font-family: "Roboto";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url(roboto/Roboto-Regular.ttf) format("truetype");
|
|
}
|
|
|
|
body * {
|
|
margin: 0;
|
|
font-family: "Roboto", sans-serif;
|
|
white-space: pre-line;
|
|
word-break: break-word;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 3rem;
|
|
}
|
|
|
|
body > *:not(:last-child) {
|
|
margin-bottom: 3rem;
|
|
}
|