fixing some font stuff with tailwind
This commit is contained in:
parent
a83b61c264
commit
7359f4c00d
@ -13,8 +13,8 @@ module.exports = {
|
|||||||
|
|
||||||
theme: {
|
theme: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
body: ['Lato'],
|
||||||
display: ['PoiretOne'],
|
display: ['PoiretOne'],
|
||||||
body: ['OpenSans'],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
extend: {
|
extend: {
|
||||||
@ -328,9 +328,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['OpenSans', ...defaultTheme.fontFamily.sans],
|
sans: ['Lato', ...defaultTheme.fontFamily.sans],
|
||||||
serif: ['Nunito', ...defaultTheme.fontFamily.serif],
|
serif: ['Nunito', ...defaultTheme.fontFamily.serif],
|
||||||
mono: ['RobotoMono', ...defaultTheme.fontFamily.mono],
|
mono: ['Roboto Mono', ...defaultTheme.fontFamily.mono],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user