home/sass/mods.scss

29 Zeilen
566 B
SCSS

2024-12-20 03:13:56 +01:00
body {
2025-01-23 09:29:59 +01:00
font-family: "U42SansNerd", sans-serif;
background-image: var(--bg-overlay), url("bg.png");
2024-12-20 03:13:56 +01:00
background-position: center;
background-size: cover;
background-attachment: fixed;
}
2025-01-23 09:29:59 +01:00
@font-face {
font-family: "U42SansNerd";
src: url("/fonts/U42SansNerdFont-Extended.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-wrap: balance;
margin: 2rem 0 1rem;
font-weight: bold;
line-height: normal;
font-family: "U42SansNerd", sans-serif;
letter-spacing: 0em;
}