Skip to content

Commit

Permalink
test: reverted previous change, modified tailwind conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nslee333 committed Mar 1, 2024
1 parent 9e6caca commit 0d76bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
font-style: normal;
font-weight: 100 900;
font-display: optional;
src: url(/fonts/FiraSans-Regular.ttf) format('truetype');
src: url('/fonts/FiraSans-Regular.ttf') format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
U+2215, U+FEFF, U+FFFD;
Expand Down
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 0d76bc6

@vercel
Copy link

@vercel vercel bot commented on 0d76bc6 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.