From b41135c1edf00a00d1da50b88a00b7c98f9ec7be Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 25 Dec 2023 17:36:37 -0800 Subject: [PATCH] chore: swap fonts --- src/assets/styles/silka.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/assets/styles/silka.css b/src/assets/styles/silka.css index c2637264..ad8aa1af 100644 --- a/src/assets/styles/silka.css +++ b/src/assets/styles/silka.css @@ -4,6 +4,7 @@ format('woff2'); font-weight: 900; font-style: normal; + font-display: swap; } @font-face { @@ -12,6 +13,7 @@ format('woff2'); font-weight: 700; font-style: italic; + font-display: swap; } @font-face { @@ -20,6 +22,7 @@ format('woff2'); font-weight: 700; font-style: normal; + font-display: swap; } @font-face { @@ -28,6 +31,7 @@ format('woff2'); font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -36,4 +40,5 @@ format('woff2'); font-weight: normal; font-style: italic; + font-display: swap; } \ No newline at end of file