Render Flow - Font weight
[Parse CSS] -> [Match selector] -> [Read font-weight property] -> [Calculate font thickness] -> [Apply font rendering] -> [Paint text]
The browser reads the CSS, finds the font-weight property, calculates how thick the text should be, and then paints the text with that thickness.