D DesignFonts Open Font Preview

Luxury fonts

High-end typography for upscale brands, fashion, and hospitality.

Shortlist

Anton

Best for: branding, headings

Open font →

Crimson Text

Best for: editorial, branding, content

Open font →

Boska

Best for: editorial, branding, content

Open font →

Cinzel

Best for: branding, headings

Open font →

Cardo

Best for: editorial, branding, content

Open font →

Playfair Display

Best for: branding, headings

Open font →

Clash Display

Best for: branding, headings

Open font →

Red Hat Display

Best for: branding, headings

Open font →

Pairings that work

Anton + Spectral

Open pairing →

Red Hat Display + Marcellus

Open pairing →

Cinzel + Rubik

Open pairing →

Crimson Pro + Cardo

Open pairing →

Clash Display + Cinzel Decorative

Open pairing →

Crimson Text + Roboto Condensed

Open pairing →

CSS starter

A safe baseline you can paste into a project.

:root{\n --font-body: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;\n --font-headings: var(--font-body);\n}\n\nbody{font-family:var(--font-body);font-size:16px;line-height:1.6}\nh1,h2,h3{font-family:var(--font-headings);line-height:1.12}

Generate a full stylesheet

FAQ

Should I use one font or two?

One font can be enough. If you use two, keep roles clear: one for headings and one for body.

How many weights should I load?

Usually 2 weights (400 and 700) are enough. Only add more if your UI truly needs them.

Is it okay to use system fonts?

Yes. System fonts are fast, license-safe, and great for dashboards and documentation.

Next