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 {