summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-18 16:44:21 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-18 16:44:21 -0500
commit7013a50774ca57dde7d14f8a69633421355979c4 (patch)
tree857755aab85fffdea4e90df340b95c22c4acdfc3
parentd186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd (diff)
download53hor-7013a50774ca57dde7d14f8a69633421355979c4.tar.xz
53hor-7013a50774ca57dde7d14f8a69633421355979c4.zip
defer font loading to paint page faster
-rw-r--r--includes/stylesheet.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css
index 07c3715..3b26f8e 100644
--- a/includes/stylesheet.css
+++ b/includes/stylesheet.css
@@ -1,5 +1,6 @@
@font-face {
font-family: "Iosevka Slab";
+ font-display: swap;
src: url("/includes/iosevka-slab-regular.woff2");
}