diff --git a/themes/lyte/static/styles.css b/themes/lyte/static/styles.css index 0cf98f2..9d4e83b 100644 --- a/themes/lyte/static/styles.css +++ b/themes/lyte/static/styles.css @@ -61,6 +61,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css * font-style: normal; font-weight: 300; src: url("/font/iosevka/ss07-regular.woff2"); + font-display: swap; } @font-face { @@ -68,6 +69,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css * font-style: italic; font-weight: 300; src: url("/font/iosevka/ss07-italic.woff2"); + font-display: swap; } @font-face { @@ -75,6 +77,7 @@ https://github.com/jonathantneal/system-font-css/blob/gh-pages/system-font.css * font-style: italic; font-weight: 500; src: url("/font/iosevka/ss07-bold-italic.woff2"); + font-display: swap; } *,*::before,*::after {