February 06, 2019
Fonts will render differently across browsers, and sometimes even when different colours and background are being used. Apply the following to the body (and headings) to force the fonts to render consistently:
body { -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Before:
After: