Skip to content

Commit

Permalink
fix: use --font-sans CSS variable for font
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Nov 14, 2024
1 parent 32fbd11 commit 4296a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elements-react/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config: Config = {
borderRadius: variables.borderRadius,
},
fontFamily: {
sans: ['"Inter var", sans-serif'],
sans: ["var(--font-sans)"],
},
colors: {
...variables.colors.light,
Expand Down

0 comments on commit 4296a84

Please sign in to comment.