diff --git a/core/src/components/app/app.scss b/core/src/components/app/app.scss index 85b9108ea5..a4e2af8835 100644 --- a/core/src/components/app/app.scss +++ b/core/src/components/app/app.scss @@ -29,6 +29,7 @@ html { } body { + @include font-smoothing(); @include margin(0); @include padding(0); @@ -42,9 +43,6 @@ body { text-rendering: optimizeLegibility; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - -webkit-user-drag: none; -ms-content-zooming: none;