Typography 排版 ​

我们对字体进行统一规范,力求在各个操作系统下都有最佳展示效果。

字体 ​

字号 ​

LevelFont SizeDemo
Supplementary textundefined Extra SmallBuild with Element
Body (small)undefined SmallBuild with Element
Bodyundefined BaseBuild with Element
Small Titleundefined MediumBuild with Element
Titleundefined LargeBuild with Element
Main Titleundefined Extra LargeBuild with Element

行高 ​

  • line-height:1 No line height
  • line-height:1.3 Compact
  • line-height:1.5 Regular
  • line-height:1.7 Loose

Font-family ​

css
font-family:
  Inter, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
  'Microsoft YaHei', '微软雅黑', Arial, sans-serif;

源代码 ​

文档