Render Flow - Responsive typography
Parse CSS rules
Match selectors to HTML elements
Calculate font-size using relative units
Apply media queries if viewport changes
Recalculate layout
Paint text with updated size
Composite final page
The browser reads CSS rules, matches them to elements, calculates font sizes using relative units or media queries, then repaints text with sizes that adapt to the screen size.