Skip to content

Commit

Permalink
Default to using system fonts for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 4, 2016
1 parent fa495b3 commit e9d0bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ module.exports = test = (options) ->
}
]
googleFonts: []
headerFontFamily: '"Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif'
headerFontFamily: '-apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;'
bodyFontFamily: 'georgia, serif'
headerGray: 20
headerGrayHue: 0
Expand Down

0 comments on commit e9d0bb4

Please sign in to comment.