Mix in Mono default stack

This commit is contained in:
Oliver Davies 2019-02-15 16:31:45 +00:00
parent 1fe46263c5
commit 582bd47541

View file

@ -29,15 +29,7 @@ module.exports = {
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
fonts: {
...defaultConfig.fonts,
'mono': [
'Roboto Mono',
'Menlo',
'Monaco',
'Consolas',
'Liberation Mono',
'Courier New',
'monospace',
]
'mono': ['Roboto Mono', ...defaultConfig.fonts.mono],
},
fontWeights: _.pick(defaultConfig.fontWeights, ['normal', 'medium', 'bold']),
borderWidths: {