Render Flow - Font size
[Parse CSS] -> [Match selectors] -> [Apply font-size property] -> [Calculate element box size] -> [Reflow text layout] -> [Paint text with new size] -> [Composite layers]
The browser reads the CSS, finds elements matching the selector, applies the font size, recalculates layout for text, paints the text with the new size, and then composites the final image.