fix: extend tailwind config to use Inter sans (#767)
This commit is contained in:
parent
4f59126128
commit
b967b61e51
@ -34,6 +34,9 @@ module.exports = {
|
|||||||
editor: '450px auto',
|
editor: '450px auto',
|
||||||
'media-preview': '126px auto',
|
'media-preview': '126px auto',
|
||||||
},
|
},
|
||||||
|
fontFamily: {
|
||||||
|
sans: ['Inter var', 'Inter', 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user