From 8efdc43177351a1642c3664d522b60e71d83681f Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Thu, 7 Feb 2019 15:30:55 +0530 Subject: [PATCH] Removing the font smoothing for the firefox as per feedback from Chethana --- web/pgadmin/static/scss/_bootstrap.overrides.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/static/scss/_bootstrap.overrides.scss b/web/pgadmin/static/scss/_bootstrap.overrides.scss index 82e47f688..863fb658a 100644 --- a/web/pgadmin/static/scss/_bootstrap.overrides.scss +++ b/web/pgadmin/static/scss/_bootstrap.overrides.scss @@ -2,7 +2,6 @@ body { font-family: $font-family-primary; -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } .app-icon {