diff options
-rw-r--r-- | client/src/sass/include/_fonts.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
3 | font-weight: 200 900; | 3 | font-weight: 200 900; |
4 | font-style: normal; | 4 | font-style: normal; |
5 | font-stretch: normal; | 5 | font-stretch: normal; |
6 | font-display: swap; | ||
6 | src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2'); | 7 | src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2'); |
7 | } | 8 | } |
8 | 9 | ||
@@ -11,5 +12,6 @@ | |||
11 | font-weight: 200 900; | 12 | font-weight: 200 900; |
12 | font-style: italic; | 13 | font-style: italic; |
13 | font-stretch: normal; | 14 | font-stretch: normal; |
15 | font-display: swap; | ||
14 | src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'); | 16 | src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'); |
15 | } | 17 | } |