Skip to content

Commit

Permalink
add Inter font
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhyco committed Jun 13, 2024
1 parent 2fe1b7a commit e04f9ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/index-with-tailwind.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
@import url('./tailwind-base.css');
@import url('./index.css');
@import url('./index.css');
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
export default {
content: ['./src/**/*.{ts,tsx}'],
theme: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
extend: {},
},
plugins: [],
Expand Down

0 comments on commit e04f9ee

Please sign in to comment.