Skip to content

Commit

Permalink
feat: use Geist for sans (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad authored Feb 23, 2024
1 parent fb2a2cb commit d0af993
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}

@font-face {
font-family: 'InterTight';
src: url('/fonts/InterTight.ttf');
font-family: 'Geist';
src: url('/fonts/Geist.woff2') format('woff2');
}

@font-face {
Expand Down
Binary file added public/fonts/Geist.woff2
Binary file not shown.
Binary file removed public/fonts/InterTight.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
},
fontFamily: {
mono: ['JetBrainsMono', 'monospace'],
sans: ['InterTight', 'Manjari', 'sans-serif'],
sans: ['Geist', 'Manjari', 'sans-serif'],
serif: ['Domine', 'serif'],
},
},
Expand Down

0 comments on commit d0af993

Please sign in to comment.