element-plus/website/docs/zh-CN/typography.md
云游君 a99b20a8c1
refactor(typography): add css var for typography & simplify example code (#2531)
* refactor(typography): add css var for typography & simplify example code

* fix: add @use "sass:map" for _var.scss
2021-07-15 13:33:22 +08:00

2.2 KiB

Typography 字体

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

字体

字号

层级 字体大小 举例
{{ fontSize.level }} {{ fontSize.size + ' ' + formatType(fontSize.type) }} 用 Element Plus 快速搭建页面

行高

  • line-height:1 无行高
  • line-height:1.3 紧凑
  • line-height:1.5 常规
  • line-height:1.7 宽松

Font-family 代码

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