Use font-weight: 600 for bold text

This commit is contained in:
Austin Chen 2022-02-06 01:23:45 -08:00
parent 516656f194
commit 5aebd7eb41
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export default function Document() {
crossOrigin="true"
/>
<link
href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Readex+Pro:wght@400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Readex+Pro:wght@400;600;700&display=swap"
rel="stylesheet"
/>

View File

@ -5,5 +5,5 @@
}
.a {
font-weight: 700 !important;
font-weight: 600 !important;
}