improve font loading
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2023-05-17 14:45:41 +02:00
parent e14d012783
commit 71259aea50
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -2,6 +2,7 @@
font-family: "playfair";
src: local("Playfair"),
url("../fonts/playfair/PlayfairDisplay-Regular.woff2") format(woff2);
font-display: swap;
}
@font-face {
@ -9,4 +10,5 @@
src: local("Playfair"),
url("../fonts/playfair/PlayfairDisplay-Bold.woff2") format(woff2);
font-weight: bold;
font-display: swap;
}