Fonts werden teilweise geladen

This commit is contained in:
2025-08-04 20:04:08 +02:00
parent b701dbe30d
commit d9508cc196
12 changed files with 238 additions and 448 deletions

View File

@@ -1,6 +1,8 @@
/* in globals.css oder styles/index.css */
@import "./local-fonts.css";
@tailwind base;
@tailwind components;
@import "./local-fonts.css";
@tailwind utilities;
/* === Lokale Fonts via woff2 einbinden === */
@@ -403,20 +405,6 @@
font-style: normal;
}
@font-face {
font-family: "Vt323";
src: url("/fonts/vt323.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "FredokaOne";
src: url("/fonts/fredoka-one.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}
@layer utilities {
.font-abril-fatface {
font-family: "AbrilFatface", serif;
@@ -645,14 +633,6 @@
.font-yellowtail {
font-family: "Yellowtail", cursive;
}
.font-vt323 {
font-family: "Vt323", monospace;
}
.font-fredoka-one {
font-family: "FredokaOne", sans-serif;
}
}
/* Komponenten */
@layer components {