폰트 페어링
무료 온라인 폰트 페어링 도구입니다. 조화로운 글꼴 조합을 찾아보세요.
The quick brown fox jumps over the lazy dog
Heading sample — A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9
This is a body text sample. Design is not just what it looks like and feels like. Design is how it works. Good design is obvious. Great design is transparent. The simplest way to achieve simplicity is through thoughtful reduction.
Body text — The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs. How vexingly quick daft zebras jump! 1 2 3 4 5 6 7 8 9 0
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600&display=swap');/* Font Pairing */
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 700;
}
body {
font-family: 'Inter', sans-serif;
font-weight: 400;
}