googlefonts / roboto-2

The Roboto family of fonts
Apache License 2.0
3.85k stars 309 forks source link

Roboto jumps from font-size 13.7px to 13.8px 2 pixel in height. #328

Open noel-schenk opened 4 years ago

noel-schenk commented 4 years ago

How to reconstruct: Go to fonts.google.com/specimen/Roboto Open dev tools and enter:

font-size: 13px;
transition: font-size 5s;

Change font-size to 14px (arrow keys) and notice the font-size jump after about 1 second of transitioning.

captured (12)

Found on Firefox and Chrome under Linux