개발자 도구

폰트 페어링 도구

두 Google 폰트를 선택하고 제목+본문으로 함께 미리보기 — 완벽한 타이포그래피 조합 찾기

Heading Font
36px
Body Font
16px
Playfair Display36px

The quick brown fox jumps

Source Sans 316px

Great typography creates hierarchy and readability. The right font pairing can make your design feel intentional, polished, and professional.

The bold weight of the body font and the italic variant both inherit the font family choice.

CSS
/* Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair%20Display:wght@400;600;700&family=Source%20Sans%203:wght@400;700&display=swap');

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
}

body, p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
Popular Pairings

필요한 게 없나요?

커뮤니티 피드백으로 무료 도구를 만듭니다. 워크플로에 필요한 도구를 제안해 주세요!

폰트 페어링 도구 — 무료 도구 온라인 | FreeTool24 | FreeTool24