CSS Font Weight — a practical guide to CSS font-weight with clear examples you can reuse in real projects.
CSS Tutorial Series (46/109). Prefer one article? Read the complete CSS tutorial.
Short description
Only use weights you’ve loaded for custom fonts.
Weight
.title { font-weight: 700; }
.meta { font-weight: 500; }