fonts: add Montserrat 500
This commit is contained in:
parent
39f61ef749
commit
85cf820873
@ -10,7 +10,7 @@ const UserText = styled.span`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.5rem;
|
||||
font-family: 'Montserrat';
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 500;
|
||||
|
||||
${min('laptop')} {
|
||||
@ -29,7 +29,7 @@ const Logout = styled.a`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.45rem;
|
||||
font-family: 'Montserrat';
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 500;
|
||||
|
||||
${min('laptop')} {
|
||||
|
||||
@ -16,7 +16,7 @@ const LogoText = styled.h3`
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-size: 0.95rem;
|
||||
font-family: 'Montserrat';
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: 500;
|
||||
${min('laptop')} {
|
||||
font-size: 1.2rem;
|
||||
|
||||
@ -18,7 +18,7 @@ export default class MyDocument extends Document {
|
||||
crossOrigin="true"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap"
|
||||
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user