I have a very complex title that uses lettering.js to style each individual letter.
Resizing text using multimedia queries will force me to change other aspects, such as top and right (relative) position, as well as rotation and other styles separately.
I found in webkit transform: scale() works well and scales all aspects of the design, not just the font size.
Do other browsers have errors that make this a bad decision? It seems to have a reasonable browser , but I'm worried about errors and pixelation in other browsers and rendering mechanisms.
What are (if any) disadvantages of using CSS3 transform: text scale for sensitive headers?
source share