Watch Out for Layout Shifts with ‘ch’ Units
https:/
In our case, we were using
ch
units to define our page layout. This meant that our post content was equal to50ch
units (or the width of fifty0
characters all lined up in a row).But the width of the
0
character differs from font to font. So when our web font was swapped, the width of1ch
changed, which impacted our layout […]