D DesignFonts Open Font Preview

Elegant fonts

Sophisticated fonts for premium brands and editorial layouts.

Shortlist

Erode

Best for: editorial, branding, content

Open font →

Noto Serif Display

Best for: branding, headings

Open font →

Libre Baskerville

Best for: editorial, branding, content

Open font →

Bonny

Best for: editorial, branding, content

Open font →

Oswald

Best for: branding, headings · Cyrillic: Yes

Open font →

Crimson Pro

Best for: editorial, branding, content

Open font →

Abril Fatface

Best for: branding, headings

Open font →

DM Serif Display

Best for: branding, headings

Open font →

Pairings that work

Libre Baskerville + Manrope

Open pairing →

DM Serif Display + Switzer

Open pairing →

Noto Serif Display + Supreme

Open pairing →

Libre Baskerville + Raleway Dots

Open pairing →

Oswald + DM Sans

Open pairing →

Noto Serif Display + Noto Sans

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