mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Disabled font inlinig, so the css can load quicker
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Biolinum";
|
||||
src: url("../fonts/LinBiolinum_Rah.ttf") format("truetype");
|
||||
src: url("/fonts/LinBiolinum_Rah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Libertine";
|
||||
src: url("../fonts/LinLibertine_Rah.ttf") format("truetype");
|
||||
src: url("/fonts/LinLibertine_Rah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Biolinum";
|
||||
src: url("../fonts/LinBiolinum_RIah.ttf") format("truetype");
|
||||
src: url("/fonts/LinBiolinum_RIah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Biolinum";
|
||||
src: url("../fonts/LinBiolinum_RBah.ttf") format("truetype");
|
||||
src: url("/fonts/LinBiolinum_RBah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Libertine";
|
||||
src: url("../fonts/LinLibertine_RIah.ttf") format("truetype");
|
||||
src: url("/fonts/LinLibertine_RIah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Libertine";
|
||||
src: url("../fonts/LinLibertine_RZah.ttf") format("truetype");
|
||||
src: url("/fonts/LinLibertine_RZah.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
@@ -69,8 +69,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Playfair";
|
||||
src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
|
||||
src: url("/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
@import "./tailwind.css";
|
||||
@import "./tailwind-extensions.css";
|
||||
@import "./fonts.css";
|
||||
@import "./icons.css";
|
||||
@import "./shared.css";
|
||||
@import "./tables.css";
|
||||
|
||||
Reference in New Issue
Block a user