From bb7e1ee9824e6bc0c082c35ad4665a740b38dd81 Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Mon, 6 Dec 2021 19:29:42 +0100 Subject: [PATCH] Add font-display: swap --- CSS/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSS/styles.css b/CSS/styles.css index ec06518..f27556a 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -168,6 +168,7 @@ font-family: 'Vollkorn'; font-style: normal; font-weight: 400; + font-display: swap; src: url('/CSS/fonts/vollkorn-v13-greek-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/CSS/fonts/vollkorn-v13-greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ @@ -182,6 +183,7 @@ font-family: 'Vollkorn'; font-style: italic; font-weight: 400; + font-display: swap; src: url('/CSS/fonts/vollkorn-v13-greek-italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/CSS/fonts/vollkorn-v13-greek-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */