diff --git a/apps/frontend/static_src/scss/typography.scss b/apps/frontend/static_src/scss/typography.scss index cccdff0..2eac120 100644 --- a/apps/frontend/static_src/scss/typography.scss +++ b/apps/frontend/static_src/scss/typography.scss @@ -2,11 +2,12 @@ font-family: 'Kumbh Sans'; src: url('../fonts/KumbhSans-Regular.woff2') format('woff2'); font-weight: 400; - font-display: block; + font-display: swap; } @font-face { font-family: 'Kumbh Sans'; src: url('../fonts/KumbhSans-Bold.woff2') format('woff2'); font-weight: 700; + font-display: swap; }