Skip to content

Commit daab84b

Browse files
committed
fix: improve fonts reset
1 parent 91d1874 commit daab84b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

addon/reset-font.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports.addon = function (renderer) {
77

88
renderer.put('', {
99
'html, body': {
10-
fontFamily: '"Open Sans",sans',
10+
fontFamily: '"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif',
1111
fontWeight: 400,
1212
fontSize: '16px',
1313

docs/reset-font.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Injects the below global styles to make fonts look better.
55
```js
66
{
77
'html, body': {
8-
fontFamily: '"Open Sans",sans',
8+
fontFamily: '"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif',
99
fontWeight: 400,
1010
fontSize: '16px',
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nano-css",
3-
"version": "1.15.0",
3+
"version": "1.15.2",
44
"description": "Smallest 5th gen CSS-in-JS library",
55
"main": "index.js",
66
"unpkg": "dist/nano-css.umd.min.js",

0 commit comments

Comments
 (0)