diff --git a/ui/src/Fonts.scss b/ui/src/Fonts.scss index 26ca8b2fc..dd0529785 100644 --- a/ui/src/Fonts.scss +++ b/ui/src/Fonts.scss @@ -3,6 +3,7 @@ $web-font-path: ""; @font-face { + font-display: swap; font-family: "Lato"; font-weight: 400; font-style: normal; @@ -12,6 +13,7 @@ $web-font-path: ""; } @font-face { + font-display: swap; font-family: "Lato"; font-weight: 400; font-style: italic; @@ -23,6 +25,7 @@ $web-font-path: ""; } @font-face { + font-display: swap; font-family: "Lato"; font-weight: 700; font-style: normal;