Skip to content

Commit

Permalink
Update defaultConfig.stub.js
Browse files Browse the repository at this point in the history
The serif array seems to be on a single line whereas every other array is multiline, this just adds consistency.
  • Loading branch information
kevinruscoe authored Mar 17, 2019
1 parent e979ec4 commit 46d0f7a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46d0f7a

Please sign in to comment.