Skip to content
TR ToolRux

Font Pairing Previewer

Explore beautiful Google Font pairings — see live previews, adjust heading and body sizes, and copy the CSS code for your project.

Font Pairings

Fonts

Size & Spacing

Weight & Style

Custom Sample Text

Preview Options

The quick brown fox jumps over the lazy dog

A showcase of beautiful typography pairing

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing, and adjusting the space between pairs of letters.

Font Specimen

Playfair Display

ABCDEFGHIJKLM abcdefghijklm 0123456789

!@#$%^&*()_+-=[];',./?

Source Sans 3

ABCDEFGHIJKLM abcdefghijklm 0123456789

!@#$%^&*()_+-=[];',./?

CSS Code

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700;800&family=Source+Sans+3:wght@300;400;500;600;700;800&display=swap');

/* Heading */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: left;
}

/* Body */
body, p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0px;
  text-align: left;
}
📖 Learn More

Everything you need to know

16 Curated Font Pairings

Browse 16 professionally curated font pairings across Classic, Modern, Tech, and Creative categories. Filter by category, search by name, or click any pair to load it instantly. Use the Random Pair button to discover unexpected combinations.

Side-by-Side Editing & Preview

The split-panel layout puts all controls on the left and a sticky live preview on the right. Every change — font, size, weight, spacing, alignment — updates the preview in real time so you can iterate quickly without scrolling.

Four Preview Templates

See your pairing in context with four built-in templates: Article (heading + body paragraph), Hero Section (centered landing-page layout), Card (component UI preview), and Type Scale (full H1–Small hierarchy with pixel sizes).

Font Weight & Letter Spacing

Fine-tune heading and body font weights from Light (300) to Extra Bold (800). Adjust letter spacing independently for heading and body text to nail the perfect typographic feel.

Custom Sample Text

Replace the default lorem text with your own heading and body copy. See exactly how your real content looks with the selected fonts, sizes, and spacing — before writing a single line of CSS.

Text Alignment & Dark Mode Preview

Toggle between left, center, right, and justify alignment. Switch the preview to a dark background to verify readability on dark-themed sites.

Swap, Randomize & Reset

One-click Swap Fonts flips heading and body typefaces (including weights). Random Pair picks a new curated combination. Reset restores all settings to defaults.

Copy CSS + HTML Import

The generated CSS includes the Google Fonts @import URL, full font-family, font-weight, letter-spacing, and text-align declarations. Copy the full CSS or grab the HTML <link> tag separately.

Font Specimen & Google Fonts Links

View a full character specimen for each selected font — uppercase, lowercase, digits, and special characters. Direct links open each font on Google Fonts for licensing and download details.

Related Tools

Match your typography with colors from the Color Palette Generator, create backgrounds with the CSS Gradient Generator, or add depth with the Box Shadow Generator.