Adding font-smoothing CSS for the OSX for making the fonts more

eye-pleasing and softer to match it with the proposed design.
pull/21/head
Ashesh Vashi 2019-02-07 15:21:49 +05:30
parent 22d458b01e
commit 8c65608946
1 changed files with 2 additions and 0 deletions

View File

@ -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 {