Mix in Mono default stack
This commit is contained in:
parent
1fe46263c5
commit
582bd47541
10
tailwind.js
10
tailwind.js
|
@ -29,15 +29,7 @@ module.exports = {
|
||||||
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
||||||
fonts: {
|
fonts: {
|
||||||
...defaultConfig.fonts,
|
...defaultConfig.fonts,
|
||||||
'mono': [
|
'mono': ['Roboto Mono', ...defaultConfig.fonts.mono],
|
||||||
'Roboto Mono',
|
|
||||||
'Menlo',
|
|
||||||
'Monaco',
|
|
||||||
'Consolas',
|
|
||||||
'Liberation Mono',
|
|
||||||
'Courier New',
|
|
||||||
'monospace',
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
fontWeights: _.pick(defaultConfig.fontWeights, ['normal', 'medium', 'bold']),
|
fontWeights: _.pick(defaultConfig.fontWeights, ['normal', 'medium', 'bold']),
|
||||||
borderWidths: {
|
borderWidths: {
|
||||||
|
|
Reference in a new issue