Skip to content

Commit

Permalink
fix: improve fonts reset
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 1, 2018
1 parent 91d1874 commit daab84b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/reset-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports.addon = function (renderer) {

renderer.put('', {
'html, body': {
fontFamily: '"Open Sans",sans',
fontFamily: '"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif',
fontWeight: 400,
fontSize: '16px',

Expand Down
2 changes: 1 addition & 1 deletion docs/reset-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Injects the below global styles to make fonts look better.
```js
{
'html, body': {
fontFamily: '"Open Sans",sans',
fontFamily: '"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif',
fontWeight: 400,
fontSize: '16px',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nano-css",
"version": "1.15.0",
"version": "1.15.2",
"description": "Smallest 5th gen CSS-in-JS library",
"main": "index.js",
"unpkg": "dist/nano-css.umd.min.js",
Expand Down

0 comments on commit daab84b

Please sign in to comment.