From e6e80ab4566362eb11e1a3c165d58e847414ff39 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari <51533848+schebotar@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:20:42 +0300 Subject: [PATCH] Update style.html Use font-display swap --- layouts/partials/head/style.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 76be20d..40dc906 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -4,6 +4,7 @@ src: url('font/cmunrm.woff') format('woff'),; font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -11,6 +12,7 @@ src: url('font/cmunbx.woff') format('woff'); font-weight: bold; font-style: normal; + font-display: swap; } @font-face { @@ -18,6 +20,7 @@ src: url('font/cmunti.woff') format('woff'); font-weight: normal; font-style: italic; + font-display: swap; } @@ -26,6 +29,7 @@ src: url('font/cmunbi.woff') format('woff'); font-weight: bold; font-style: italic; + font-display: swap; } body {