mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
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:
parent
e979ec44a8
commit
46d0f7aff3
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user