Back

Custom Combo Builder

Heading 1 Settings

700
48px
1.10
-0.020em
/* My Custom Combo - CSS Variables */
:root {
  --font-heading: "Playfair Display", serif;
  --font-body: "Inter", sans-serif;
  --h1-size: 48px;
  --h1-weight: 700;
  --h1-line-height: 1.1;
  --h1-letter-spacing: -0.02em;
  --h2-size: 32px;
  --h2-weight: 600;
  --h2-line-height: 1.2;
  --h2-letter-spacing: -0.01em;
  --h3-size: 24px;
  --h3-weight: 600;
  --h3-line-height: 1.3;
  --body-size: 16px;
  --body-weight: 400;
  --body-line-height: 1.7;
  --caption-size: 14px;
  --caption-weight: 400;
  --caption-line-height: 1.5;
}

/* Typography Classes */
.h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.caption {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

Live Preview

My Custom Combo

The Art of Typography

H1Playfair Display70048px • LH 1.10

Finding the perfect pairing

H2Playfair Display60032px • LH 1.20

Balance and harmony in design

H3Playfair Display60024px • LH 1.30

Great typography is invisible. It seamlessly guides readers through content without calling attention to itself. The best font pairings create visual harmony while maintaining clear hierarchy.

BODYInter40016px • LH 1.70

Custom combination • Built with Fontkin

CAPTIONInter40014px • LH 1.50

Fonts Used

Playfair DisplayH1, H2, H3
InterBODY, CAPTION

All Settings

h1Playfair 700 48px
h2Playfair 600 32px
h3Playfair 600 24px
bodyInter 400 16px
captionInter 400 14px