fixing some font stuff with tailwind

This commit is contained in:
Brian 2022-07-29 13:46:49 -06:00
parent a83b61c264
commit 7359f4c00d
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -13,8 +13,8 @@ module.exports = {
theme: {
fontFamily: {
body: ['Lato'],
display: ['PoiretOne'],
body: ['OpenSans'],
},
extend: {
@ -328,9 +328,9 @@ module.exports = {
},
fontFamily: {
sans: ['OpenSans', ...defaultTheme.fontFamily.sans],
sans: ['Lato', ...defaultTheme.fontFamily.sans],
serif: ['Nunito', ...defaultTheme.fontFamily.serif],
mono: ['RobotoMono', ...defaultTheme.fontFamily.mono],
mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono],
},
},
},