commit 6a61bdade59137c6e40c647779fdb7682db257d1
parent acafb394dc776d27ea59c27895d0ef7e38a9e900
Author: FIGBERT <figbert@figbert.com>
Date: Tue, 14 Jun 2022 11:34:05 -0700
Drop font-display: swap; from fonts.css
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/static/css/fonts.css b/static/css/fonts.css
@@ -1,33 +1,28 @@
@font-face {
font-family: "vistaserv";
src: url("/fonts/vistaserv/regular.woff") format("woff");
- font-display: swap;
}
@font-face {
font-family: "vistaserv";
src: url("/fonts/vistaserv/bold.woff") format("woff");
font-weight: bold;
- font-display: swap;
}
@font-face {
font-family: "vistaserv";
src: url("/fonts/vistaserv/italic.woff") format("woff");
font-style: italic;
- font-display: swap;
}
@font-face {
font-family: "vistaserv";
src: url("/fonts/vistaserv/bolder.woff") format("woff");
font-weight: 800;
- font-display: swap;
}
@font-face {
font-family: "vistaserv";
src: url("/fonts/vistaserv/superbold.woff") format("woff");
font-weight: 900;
- font-display: swap;
}