Skip to content

Commit

Permalink
test: modifying conf again
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 committed Mar 1, 2024
1 parent 0d76bc6 commit 081f209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import defaultTheme from 'tailwindcss/defaultTheme';
export default {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
fontFamily: {
primary: ['Fira Sans', ...defaultTheme.fontFamily.sans],
},
extend: {
fontFamily: {
primary: ['"Fira Sans"', ...defaultTheme.fontFamily.sans],
},
colors: {
primary: {
// Customize it on globals.css :root
Expand Down

1 comment on commit 081f209

@vercel
Copy link

@vercel vercel bot commented on 081f209 Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.