Bizarre variable font behavior, both locally and on the web

You can also disable the faux bold and faux italic using the following CSS code:

:root {
    font-synthesis: none;
}
1 Like