Bernd de Ridder

@berndderidder.nl

Front-end, design and creative coding 🌀

I recently found the CSS property font-synthesis. Setting this to none will prevent the browser from synthesizing bold and italic styles. I think this should be default behavior and can recommend adding font-synthesis: none; to your CSS reset #CSS

font-synthesis - CSS | MDN

The font-synthesis shorthand CSS property lets you specify whether or not the browser may synthesize the bold, italic, small-caps, and/or subscript and superscript typefaces when they are missing in t...

developer.mozilla.org