From 90d388624e6f9d33507e7422d678f72bf6517384 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:27:25 +0100 Subject: [PATCH] css: add font-display fallback for main webfont Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- assets/css/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/typography.css b/assets/css/typography.css index ff823adc5b..05384ca74f 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -19,6 +19,7 @@ font-weight: 100 1000; /* Range of weights Roboto Flex supports */ font-stretch: 25% 151%; /* Range of width Roboto Flex supports */ font-style: oblique 0deg 10deg; /* Range of oblique angle Roboto Flex supports */ + font-display: fallback; } /* Roboto Mono */