From a5bfe9c84df81a0a1ee69ea369b166e69134718e Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Thu, 7 Nov 2024 19:31:28 -0600 Subject: [PATCH] css: change to font-display:optional --- docs/stylesheets/fonts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/fonts.css b/docs/stylesheets/fonts.css index bbe3fb3..05401a2 100644 --- a/docs/stylesheets/fonts.css +++ b/docs/stylesheets/fonts.css @@ -1,7 +1,7 @@ @font-face { font-family: "BerkeleyMono"; src: url("/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Regular.woff2") format("woff2"); - font-display: swap; + font-display: optional; font-weight: 100 150; font-style: normal; } @@ -9,7 +9,7 @@ @font-face { font-family: "BerkeleyMono"; src: url("/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Italic.woff2") format("woff2"); - font-display: swap; + font-display: optional; font-weight: 100 150; font-style: italic; }