mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
a99b20a8c1
* refactor(typography): add css var for typography & simplify example code * fix: add @use "sass:map" for _var.scss
2.2 KiB
2.2 KiB
Typography 字体
我们对字体进行统一规范,力求在各个操作系统下都有最佳展示效果。
字体
字号
层级 | 字体大小 | 举例 |
{{ fontSize.level }} | {{ fontSize.size + ' ' + formatType(fontSize.type) }} | 用 Element Plus 快速搭建页面 |
行高
Font-family 代码
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei', '微软雅黑', Arial, sans-serif;