Using web fonts like fonts.googleapis.com, initial text mirror measurement can occur before the font is loaded. Therefore the measured width is wrong. This probably can't be solved, because there is no "load" event for CSS resources loaded by url(...) syntax.
Using web fonts like fonts.googleapis.com, initial text mirror measurement can occur before the font is loaded. Therefore the measured width is wrong. This probably can't be solved, because there is no "load" event for CSS resources loaded by
url(...)syntax.