adventskalender/2025/css/main.css hinzugefügt

This commit is contained in:
2025-11-04 09:53:53 +00:00
parent c4d440285c
commit 21ba7e897f

View File

@@ -0,0 +1,16 @@
@font-face {
font-family: "Bratonien2025";
src: url("../fonts/PinyonScript-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* Anwendung für Türchen */
.door {
font-family: "Bratonien2025", cursive;
font-size: 2.3vw; /* Etwas größer, weil die Ziffern feine Linien haben */
font-weight: 400;
color: var(--ci-gold);
text-shadow: 0 0 12px rgba(200,170,73,0.55);
}