Skip to content

Commit

Permalink
Switch to font-display swap
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored Dec 15, 2023
1 parent 57040d7 commit 17371cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/static_src/scss/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 17371cc

Please sign in to comment.