element-plus/docs/en-US/component/typography.md
jeremywu db976bba68
chore(docs): adding lang field for markdowns (#4005)
- Add lang field for all *.md files' frontmatters
2021-10-22 19:32:39 +08:00

39 lines
444 B
Markdown

---
lang: en-US
---
# Typography
We create a font convention to ensure the best presentation across different platforms.
### Font
:::demo
typography/font
:::
### Font Convention
:::demo
typography/convention
:::
### Font Line Height
:::demo
typography/line-height
:::
### Font-family
```css
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
```