Skip to content

Commit

Permalink
ok does this fix fonts on webkit?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandles11 committed Jun 9, 2024
1 parent 6735899 commit 6cc9127
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
}

.title {
font-family: Unbounded;
font-family: Unbounded, sans-serif;
}

.short-description {
font-family: Unbounded;
font-family: Unbounded, sans-serif;
font-size: 2em;
opacity: 90%;
}
Expand All @@ -43,11 +43,11 @@
}

.stats h2 {
font-family: Unbounded;
font-family: Unbounded, sans-serif;
}

.stats span {
font-family: Unbounded;
font-family: Unbounded, sans-serif;
font-size: 1.2em;
}

Expand Down Expand Up @@ -75,7 +75,7 @@
}

.history-title {
font-family: Mashine;
font-family: 'Mashine';
font-weight: bold;
color: #bf1e2e;
}
Expand Down

0 comments on commit 6cc9127

Please sign in to comment.