style: added Inter font for use with Tailwind UI

This commit is contained in:
sct
2020-08-18 15:00:15 +00:00
parent 46eec85264
commit c6474558f1
2 changed files with 42 additions and 1 deletions

View File

@@ -1,8 +1,14 @@
/* eslint-disable */
const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
theme: {
extend: {},
extend: {
fontFamily: {
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
},
},
},
variants: {},
plugins: [