Render Flow - Font style
Parse CSS file
Find font-style property
Match selector to element
Apply font-style value
Recalculate text layout
Paint text with new style
Composite layers
The browser reads the CSS, finds the font-style property, applies it to the matching text elements, recalculates how the text looks, then paints and displays the styled text.