Update defaultConfig.stub.js

The serif array seems to be on a single line whereas every other array is multiline, this just adds consistency.
This commit is contained in:
Kevin Ruscoe 2019-03-17 14:13:34 +00:00 committed by GitHub
parent e979ec44a8
commit 46d0f7aff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,13 @@ module.exports = {
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
],
serif: ['Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
serif: [
'Georgia',
'Cambria',
'"Times New Roman"',
'Times',
'serif'
],
mono: [
'SFMono-Regular',
'Menlo',