Skip to content

Commit

Permalink
Fix font issues
Browse files Browse the repository at this point in the history
  • Loading branch information
viralparmarme committed Dec 30, 2022
1 parent f1d801f commit f802a57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: Monument;
src: url(monument.otf);
font-family: 'Monument Regular';
src: url(./monument.otf);
}

body {
Expand Down Expand Up @@ -36,13 +36,13 @@ a:hover {
}

h1 {
font-family: 'Monument', sans-serif;
font-family: 'Monument Regular', sans-serif;
font-weight: bolder;
font-size: 6em;
}

h2, h3 {
font-family: 'Monument', sans-serif;
font-family: 'Monument Regular', sans-serif;
}

h2 {
Expand Down

0 comments on commit f802a57

Please sign in to comment.