首页设计工具字体搭配

字体搭配

浏览和预览字体搭配组合。

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;
}