Changed font weighting

This commit is contained in:
Notoric 2024-03-08 19:21:51 +00:00
parent 61a520da40
commit bac05a61ca
1 changed files with 7 additions and 1 deletions

View File

@ -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;