From d490572a0ff23c352002a2c6bbee08744451c2ee Mon Sep 17 00:00:00 2001 From: Sha Mwe La Date: Mon, 7 Feb 2022 21:40:41 +0630 Subject: [PATCH] Improve font display --- beta/src/styles/fonts.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/beta/src/styles/fonts.css b/beta/src/styles/fonts.css index 3f2cce08eca..aa7136e7cb2 100644 --- a/beta/src/styles/fonts.css +++ b/beta/src/styles/fonts.css @@ -16,6 +16,7 @@ format('woff2'); font-weight: 300; font-style: normal; + font-display: swap; } @font-face { @@ -24,6 +25,7 @@ format('woff2'); font-weight: 500; font-style: normal; + font-display: swap; } @font-face { @@ -32,4 +34,5 @@ format('woff2'); font-weight: 700; font-style: normal; + font-display: swap; }