setup tailwind and fonts

This commit is contained in:
Aoife
2021-04-06 13:37:15 -04:00
parent 689225a650
commit f2873b0514
5 changed files with 53 additions and 2 deletions
+6 -1
View File
@@ -2,7 +2,12 @@ module.exports = {
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
extend: {
fontFamily: {
sans:
'"Source Sans Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',
},
},
},
variants: {
extend: {},