Skip to content

Commit

Permalink
fix: use --font-sans CSS variable for font (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Nov 15, 2024
1 parent 32fbd11 commit f172788
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 f172788

Please sign in to comment.