body {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    body {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}