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
parent
22d458b01e
commit
8c65608946
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue