Do you want to make a font like on a Mac? Then you need to write this style:

* {
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}