diff --git a/package.json b/package.json index 1bacfd9..8fe2c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wide/styles-reset", - "version": "2.0.0", + "version": "2.0.1", "description": "Restore CSS base for all browser.", "license": "MIT", "author": "Julien Martins Da Costa (https://github.com/jdacosta)", diff --git a/src/reset/common.scss b/src/reset/common.scss index 63837f9..807b42d 100644 --- a/src/reset/common.scss +++ b/src/reset/common.scss @@ -42,6 +42,8 @@ html { body { margin: 0; font-size: utils.em($body-context, 16); + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } ::selection {