From 2656729e25ba438d3f80f5178a430b2c54339bb3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jan 2021 10:35:16 +0100 Subject: Add font display swap --- client/src/sass/include/_fonts.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/sass/include/_fonts.scss') diff --git a/client/src/sass/include/_fonts.scss b/client/src/sass/include/_fonts.scss index be1132160..6313736e0 100644 --- a/client/src/sass/include/_fonts.scss +++ b/client/src/sass/include/_fonts.scss @@ -3,6 +3,7 @@ font-weight: 200 900; font-style: normal; font-stretch: normal; + font-display: swap; src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2'); } @@ -11,5 +12,6 @@ font-weight: 200 900; font-style: italic; font-stretch: normal; + font-display: swap; src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'); } -- cgit v1.2.3