폰트 페어링 생성기
제목 폰트를 선택하고 실시간 미리보기로 추천 본문 폰트 페어링을 발견하세요.
타이포그래피의 예술
시각적 조화
좋은 타이포그래피는 눈에 띄지 않습니다. 훌륭한 타이포그래피는 읽는 즐거움을 줍니다. 제목과 본문 폰트의 올바른 조합은 독자를 콘텐츠로 자연스럽게 안내하는 시각적 조화를 만듭니다.
폰트를 페어링할 때 대비가 핵심입니다. 굵고 표현력 있는 제목 폰트는 깔끔하고 읽기 쉬운 본문 폰트와 가장 잘 어울립니다. 세리프와 산세리프의 조합은 시대를 초월하지만, 제목에 디스플레이나 핸드라이팅 스타일을 실험하는 것도 두려워하지 마세요.
타이포그래피는 경험과 상상력에 기반한 2차원 건축입니다.
CSS
실시간 미리보기를 보려면 제목과 본문 폰트를 모두 선택하세요.
Frequently Asked Questions
Effective font pairing relies on contrast rather than similarity. A high-contrast pair typically combines a serif typeface for headings with a humanist sans-serif for body text, or a geometric display font with a neutral workhorse. Key metrics include x-height compatibility—both fonts should share a similar cap-height-to-x-height ratio so they feel visually balanced at different sizes. Google Fonts curates pairing recommendations that have been validated across millions of real-world sites.
Google Fonts hosts over 1,500 font families, covering Latin, Cyrillic, Greek, Arabic, Devanagari, Chinese, Japanese, Korean, and many other scripts. Each family may contain multiple weights and styles; some variable fonts expose thousands of intermediate weights through a single file. The library is governed by open licences (primarily SIL Open Font Licence 1.1), making every font free for personal and commercial use.
Load only the weights you will actually use in CSS. Each additional weight adds an HTTP request and network bytes; a 300-weight file typically ranges from 20 KB to 80 KB compressed depending on script coverage. Google Fonts' text= parameter lets you subset a font to specific characters, dramatically reducing payload for display fonts. As a rule, a typical site needs at most two weights (regular + bold) for body text and one display weight for headings.
A font stack is the ordered list of font-family values in CSS, from most preferred to a generic fallback like sans-serif or serif. A robust stack ensures readable text even if a web font fails to load—due to network issues or content blockers—by falling back to a visually similar system font. Modern stacks often include platform-native fonts like -apple-system, BlinkMacSystemFont, and Segoe UI before the generic fallback so that unstyled text still looks polished on macOS, Windows, and Android.
Embedding Google Fonts via the CDN sends visitor IP addresses to Google's servers, which may require disclosure under the EU General Data Protection Regulation. Self-hosting the font files on your own CDN or server eliminates this data transfer entirely. FontFYI's CSS Generator produces a complete @font-face ruleset pointing to locally served .woff2 files, which is the recommended approach for EU-facing sites following a 2022 German court ruling on the topic.
관련 타이포그래피 용어
더 알아보기
Font Selection
The Complete Guide to Font Pairing
Master font pairing from first principles — contrast, concordance, and conflict. Learn the rules, then learn when to break them.
Font Selection5 Rules for Choosing Font Combinations That Always Work
Five battle-tested rules for font pairing that work every time — no design degree required. Follow these and your typography will always look professional.