taiko-web/public/upload/style.css

24 lines
368 B
CSS
Raw Normal View History

2024-04-19 09:17:14 +02:00
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(roboto/Roboto-Regular.ttf) format("truetype");
2024-02-29 12:19:14 +01:00
}
2024-04-19 09:17:14 +02:00
body * {
margin: 0;
font-family: "Roboto", sans-serif;
2024-02-13 03:58:04 +01:00
white-space: pre-line;
2024-04-19 09:17:14 +02:00
word-break: break-word;
}
body {
margin: 0;
padding: 2rem;
2024-04-19 09:17:14 +02:00
}
body > :not(:last-child) {
margin-bottom: 2rem;
2024-02-13 03:58:04 +01:00
}