Fonts werden teilweise geladen
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user