From 8c65608946910be765395eabbce1f0a5d132dfe9 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Thu, 7 Feb 2019 15:21:49 +0530 Subject: [PATCH] Adding font-smoothing CSS for the OSX for making the fonts more eye-pleasing and softer to match it with the proposed design. --- web/pgadmin/static/scss/_bootstrap.overrides.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/pgadmin/static/scss/_bootstrap.overrides.scss b/web/pgadmin/static/scss/_bootstrap.overrides.scss index e0ec5560f..82e47f688 100644 --- a/web/pgadmin/static/scss/_bootstrap.overrides.scss +++ b/web/pgadmin/static/scss/_bootstrap.overrides.scss @@ -1,6 +1,8 @@ /* Ensure simple forms don't hit the top of the screen */ body { font-family: $font-family-primary; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } .app-icon {