fix: extend tailwind config to use Inter sans (#767)

This commit is contained in:
Leonardo Matos 2023-04-25 23:31:57 -03:00 committed by GitHub
parent 4f59126128
commit b967b61e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@ module.exports = {
editor: '450px auto',
'media-preview': '126px auto',
},
fontFamily: {
sans: ['Inter var', 'Inter', 'ui-sans-serif', 'system-ui', 'sans-serif'],
},
},
},
};