Skip to content

Commit 87b7c9f

Browse files
committed
feat: add inter font family
1 parent 70646b5 commit 87b7c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ module.exports = {
124124
none: '0 0 #000',
125125
},
126126
fontFamily: {
127+
inter: ['Inter', 'ui-sans-serif', 'system-ui', '-apple-system', '"Segoe UI"', 'sans-serif'],
127128
sans: ['ui-sans-serif', 'system-ui', '-apple-system', '"Segoe UI"', 'sans-serif'],
128129
serif: ['ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
129130
mono: ['ui-monospace', 'Menlo', 'Consolas', 'monospace'],

0 commit comments

Comments
 (0)