Font Pair Generator

Discover beautiful Google Fonts pairings. Preview heading and body text combinations, and copy ready-to-use CSS.

0uses
0/10(0)
Elegant

Classic serif heading with modern sans body. Great for editorial sites.

42
16
The Quick Brown Fox Jumps Over The Lazy Dog
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.
Heading: Playfair DisplayBody: Source Sans 3

CSS Code

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

body, p {
  font-family: 'Source Sans 3', sans-serif;
}

22 Font Pairs

Disclaimer:This tool is provided β€œas is” for informational and educational purposes only. Results may not be 100% accurate. ToolBird makes no warranties, express or implied, regarding the accuracy, reliability, or completeness of any output generated by this tool. This tool does not constitute professional, legal, financial, medical, or tax advice. Always consult a qualified professional for important decisions. By using this tool, you agree that ToolBird and its operators shall not be held liable for any damages, losses, or consequences arising from the use of this tool or reliance on its results. All processing occurs in your browser β€” we do not store, transmit, or access your data. Use at your own risk.