Use font-weight: 600 for bold text
This commit is contained in:
parent
516656f194
commit
5aebd7eb41
|
@ -13,7 +13,7 @@ export default function Document() {
|
||||||
crossOrigin="true"
|
crossOrigin="true"
|
||||||
/>
|
/>
|
||||||
<link
|
<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"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.a {
|
.a {
|
||||||
font-weight: 700 !important;
|
font-weight: 600 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user