Fonts heavier on a Mac, fonts appear bold on a Mac
Was having problems with a font displaying heavier on my Mac than on Windows and found this:
-webkit-font-smoothing: antialiased;
Although I'd originally only applied it to one font, it seemed to affect all the fonts on the page, so I just moved it to the body.