1. Editorial Blog Typography Setup
Web DesignerBackground
A designer is setting up a new online literary magazine and wants a classic, high-contrast editorial look.
Problem
They need to pair an elegant serif heading with a highly readable sans-serif body font and get the CSS code.
How to use
Select 'Playfair Display' for the heading font at weight 700, and 'Inter' for the body font at weight 400. Set the body size to 16px and line-height to 1.6.
headingFont: Playfair Display, headingWeight: 700, bodyFont: Inter, bodyWeight: 400, bodySize: 16, lineHeight: 1.6Outcome
The designer previews the elegant contrast, copies the CSS snippet with the optimized @import statement, and pastes it directly into their stylesheet.