Skip to content

Commit

Permalink
remove default fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Sep 18, 2023
1 parent cec52c1 commit 16572a3
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,34 +115,7 @@ module.exports = {
},
fontFamily: {
heading: 'Poppins',
sans: [
'Basier Circle',
'ui-sans-serif',
'system-ui',
'-apple-system',
'BlinkMacSystemFont',
'"Segoe UI"',
'Roboto',
'"Helvetica Neue"',
'Arial',
'"Noto Sans"',
'sans-serif',
'"Apple Color Emoji"',
'"Segoe UI Emoji"',
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
],
serif: ['ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
mono: [
'ui-monospace',
'SFMono-Regular',
'Menlo',
'Monaco',
'Consolas',
'"Liberation Mono"',
'"Courier New"',
'monospace',
],
sans: 'Basier Circle',
},
fontSize: {
xxs: ['0.625rem', { lineHeight: '0.75rem' }],
Expand Down

0 comments on commit 16572a3

Please sign in to comment.