Render Flow - Why consistent typography matters
Load HTML content
Parse HTML structure
Load Bootstrap CSS
Apply typography styles (font-family, size, weight)
Calculate layout with consistent font sizes
Paint text with uniform style
Composite final page
The browser reads the HTML, loads Bootstrap's typography styles, applies consistent fonts and sizes, then paints the text uniformly for a clean, readable page.