diff --git a/beta/src/styles/fonts.css b/beta/src/styles/fonts.css index 3f2cce08..aa7136e7 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; }