Skip to content

Commit

Permalink
docs: update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 19, 2024
1 parent 7876e72 commit cd00eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default <Partial<Config>>{
theme: {
extend: {
fontFamily: {
sans: ['DM Sans', 'DM Sans fallback', ...defaultTheme.fontFamily.sans],
sans: ['DM Sans', ...defaultTheme.fontFamily.sans],
},
colors: {
'sky-blue': {
Expand Down

0 comments on commit cd00eee

Please sign in to comment.