Render Flow - Font family
[Parse CSS] -> [Find font-family property] -> [Check font availability] -> [Apply font to text] -> [Render glyphs] -> [Paint text]
The browser reads the CSS, finds the font-family property, checks if the font is available on the system or web, then applies it to the text and paints the characters on screen.