Removing the font smoothing for the firefox as per feedback from Chethana

This commit is contained in:
Ashesh Vashi 2019-02-07 15:30:55 +05:30
parent 8c65608946
commit 8efdc43177

View File

@ -2,7 +2,6 @@
body {
font-family: $font-family-primary;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.app-icon {