Skip to content

Commit

Permalink
chore: add inter variable as a default font
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed May 24, 2024
1 parent f8a2dc3 commit 8934d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config: Config = {
},
extend: {
fontFamily: {
"font-sans": ["Inter Variable", "system-ui", "sans-serif"],
sans: ["Inter Variable", "system-ui", "sans-serif"],
},
colors: {
"frisch-indigo": "rgb(20 28 84 / <alpha-value>)",
Expand Down

0 comments on commit 8934d5e

Please sign in to comment.