Removing the font smoothing for the firefox as per feedback from Chethana
parent
8c65608946
commit
8efdc43177
|
@ -2,7 +2,6 @@
|
||||||
body {
|
body {
|
||||||
font-family: $font-family-primary;
|
font-family: $font-family-primary;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-icon {
|
.app-icon {
|
||||||
|
|
Loading…
Reference in New Issue