Skip to content

Commit

Permalink
run pretty/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 12, 2024
1 parent 46ac977 commit 6527bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@
</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'),
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');
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
"url": "^0.11.0",
"vitest": "^1.2.2"
}
}
}

0 comments on commit 6527bc2

Please sign in to comment.