dok/public/css/global.css
2026-03-12 15:32:03 +00:00

23 lines
350 B
CSS

@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Regular.woff2") format("woff2");
font-weight: normal;
}
@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Bold.woff2") format("woff2");
font-weight: bold;
}
/* globale Schrift */
* {
box-sizing: border-box;
}
body {
margin: 0;
font-size: 22px;
}