Skip to content

Commit

Permalink
load in new font
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 12, 2024
1 parent 5794d57 commit e94e640
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
/>
<title>%VITE_APP_NAME%</title>
</head>
<style>
@font-face {
font-family: 'TT Firs Neue Variable';
font-style: normal;
font-weight: 400;
src: url('/fonts/TT_Firs_Neue_Variable.woff') format('woff'),
url('/fonts/TT_Firs_Neue_Variable.woff2') format('woff2'),
url('/fonts/TT_Firs_Neue_Variable.ttf') format('truetype');
}
</style>
<body>
<div id="root"></div>
<script
Expand Down
Binary file added public/fonts/TT-Firs-Neue-Variable.ttf
Binary file not shown.
Binary file added public/fonts/TT_Firs_Neue_Variable.woff
Binary file not shown.
Binary file added public/fonts/TT_Firs_Neue_Variable.woff2
Binary file not shown.

0 comments on commit e94e640

Please sign in to comment.