Font Pair Generator
Discover beautiful Google Fonts pairings. Preview heading and body text combinations, and copy ready-to-use CSS.
Classic serif heading with modern sans body. Great for editorial sites.
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.