Site logo

Archived topic

Font changing when switching to Flexbox

4 replies · Started by Fabien on December 3, 2020

Viewing posts 1–5 of 5

Hi,

I am currently migrating to Flexbox. I am running into small issues. First one : the font (weight ?) is changing when I move to Flexbox (vs. Float). I am using system stack font family and I didn't change any settings regarding the font.

Please see below :

Floats

Floats

Flexbox

Flexbox

Hi there,

yes, we implemented font smoothing on the latest version.
We can provide some CSS if you want it disabled ?

Yes why not ;-) And it will help other people looking for this !

Try this CSS:

html {
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
}
This archived topic is closed to new replies.