Skip to content

Commit

Permalink
Reverting to our actual style
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg committed Apr 17, 2024
1 parent 2fcc8b7 commit ebb4804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ body {
}

.title {
font-family: 'Consolas', monospace;
font-family: 'IBM Plex Mono', monospace;
font-weight: 700;
text-shadow: 5px 5px 5px 5px var(--grey-1);
}

.subtitle {
font-family: 'Comic Sans', sans-serif;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 200;
text-shadow: 5px 5px 5px 5px var(--grey-1);
}
Expand Down

0 comments on commit ebb4804

Please sign in to comment.