changeset 26c923260ee8 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset&node=26c923260ee8
description:
        Display font as optional to reduce Cumulative Layout Shift
diffstat:

 sass/_font.scss |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r cbfc6967aa08 -r 26c923260ee8 sass/_font.scss
--- a/sass/_font.scss   Sun Nov 27 12:23:42 2022 +0100
+++ b/sass/_font.scss   Wed Dec 07 13:27:34 2022 +0100
@@ -1,5 +1,5 @@
 @font-face {
-  font-display: swap;
+  font-display: optional;
   font-family: 'Roboto Condensed';
   font-style: normal;
   font-weight: 300;
@@ -11,7 +11,7 @@
 }
 
 @font-face {
-  font-display: swap;
+  font-display: optional;
   font-family: 'Roboto Condensed';
   font-style: normal;
   font-weight: 400;
@@ -23,7 +23,7 @@
 }
 
 @font-face {
-  font-display: swap;
+  font-display: optional;
   font-family: 'Roboto Condensed';
   font-style: normal;
   font-weight: 700;

Reply via email to