Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
EderOBarreto committed Jul 14, 2022
1 parent 338aff2 commit aa17753
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/tailwind/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ export const getConfig = (theme: Theme = gameflowTheme): Partial<TailwindConfig>
return {
presets: [],
theme: {
extend: {
fontWeight,
borderRadius,
},
screens,
colors,
spacing,
animation,
borderRadius,
boxShadow: shadows,
fontSize,
fontWeight,
fontFamily: {
header: ['Montserrat', 'Helvetica'],
body: ['Mulish', 'sans-serif'],
Expand Down

0 comments on commit aa17753

Please sign in to comment.