Skip to content

Commit

Permalink
update custom font name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 12, 2024
1 parent 3f83ab3 commit 71bc07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 12, 2024 */
@font-face {
font-family: 'bambi_bold';
font-family: 'bambi-bold';
src: url('/fonts/x_bambi-webfont.woff2') format('woff2'),
url('/fonts/x_bambi-webfont.woff') format('woff');
font-weight: normal;
Expand All @@ -21,7 +21,7 @@
}

.heroText h1 {
font-family: "bambi_bold", sans-serif;
font-family: "bambi-bold", sans-serif;
letter-spacing: 3px;
}

Expand Down

0 comments on commit 71bc07d

Please sign in to comment.