INBOX/petrol_design_package/examples/typography.html
2026-08-07 15:50:54 +02:00

1 line
No EOL
475 B
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Typography</title><link rel="stylesheet" href="../light-theme.css"></head><body><div class="container"><div class="card"><h1>Heading One</h1><h2>Heading Two</h2><h3>Heading Three</h3><p>Body text is set for readability on calm, neutral backgrounds.</p><p class="muted">Muted text shows supporting information.</p></div></div></body></html>