adventskalender/2025/css/main.css hinzugefügt
This commit is contained in:
16
adventskalender/2025/css/main.css
Normal file
16
adventskalender/2025/css/main.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user