Skip to content

Commit

Permalink
added Big Bird font
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMexplains committed Jan 8, 2025
1 parent 47a88ee commit e0f33db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added fonts/TAYBigBirdRegular.woff2
Binary file not shown.
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@font-face {
font-family: 'TAYBigBirdRegular';
src: url('/fonts/TAYBigBirdRegular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

a {
font-family: 'TAYBigBirdRegular', sans-serif;
}

0 comments on commit e0f33db

Please sign in to comment.