Skip to content

Commit

Permalink
Improve font display (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamwela committed Feb 7, 2022
1 parent cd1717b commit e2b2ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions beta/src/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -24,6 +25,7 @@
format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -32,4 +34,5 @@
format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}

0 comments on commit e2b2ebf

Please sign in to comment.