Browse Source

Improve font display (#4308)

main
Sha Mwe La 3 years ago
committed by GitHub
parent
commit
e2b2ebfd7b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      beta/src/styles/fonts.css

3
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;
}

Loading…
Cancel
Save