Changed font weighting
This commit is contained in:
parent
61a520da40
commit
bac05a61ca
|
@ -12,7 +12,6 @@
|
|||
|
||||
body {
|
||||
font-family: 'Outfit', sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 1.5em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -67,6 +66,7 @@ body {
|
|||
|
||||
h1 {
|
||||
font-size: 10vw;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
}
|
||||
|
@ -127,6 +127,12 @@ p {
|
|||
font-weight: 200;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3em;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#features {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue