From 3b276e972a65dc544baa5ce192425b7ac90ae2fa Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Mon, 18 May 2020 00:59:10 -0700 Subject: [PATCH] use block behavior for lower-priority fonts --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 2ac213f..5501aec 100644 --- a/public/index.html +++ b/public/index.html @@ -25,14 +25,14 @@ /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ @font-face { font-family: "Delicious"; - font-display: swap; + font-display: block; /* used for large-but-late subheadings */ font-weight: 700; src: url(/fonts/Delicious-Bold.otf); } @font-face { font-family: "Delicious"; - font-display: swap; + font-display: swap; /* used for page titles */ font-weight: 800 1000; src: url(/fonts/Delicious-Heavy.otf); }