Skip to content

Commit

Permalink
Use the right header font
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 6, 2023
1 parent 5192910 commit 0c2ed24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ header {
background-color: #151515;
}

header h1 {
font-weight: 600;
font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
}

header h1:before {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}

header .container {
background-image: url(/assets/img/logo.png);
background-size: auto 54pt;
Expand Down

0 comments on commit 0c2ed24

Please sign in to comment.