Skip to content

Commit

Permalink
Update header font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyhabit committed Jul 13, 2023
1 parent a41c4d1 commit 3b85bea
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,30 @@ img.screenshot {

/* HEADINGS */

h1, h2, h3 {
font-weight: 300;
text-transform: uppercase;
}

h1 {
margin-top: 0;
margin-bottom: 20px;
color: #fff;
font-size: 240%;
word-spacing: 4px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
word-spacing: 4px;
}

.subtitle {
color: #e67e22;
font-size: 180%;
font-weight: 200;
font-weight: 300;
letter-spacing: 1px;
padding-left: 4px; /*HACKY FIX*/
}

h2, h3 {
font-weight: 300;
text-transform: uppercase;
}

h2 {
font-size: 180%;
word-spacing: 2px;
Expand Down

0 comments on commit 3b85bea

Please sign in to comment.