mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* refactor(style): Update Eslint to V9 and Prettier to V3 * fix: vscode color * fix: vscode color * chore: remove Useless dependence and old config file * chore: format * Merge branch 'dev' into eslintV9 * fix: fix * fix: ssr test * fix: ssr test * fix: use defineConfig * fix: prettier format and ignore docs dist * fix: index.mjs => index.js * fix: Vscode color * fix: prettier ignore global.d.ts * fix: format --------- Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com>
41 lines
467 B
Markdown
41 lines
467 B
Markdown
---
|
|
title: Typography
|
|
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:
|
|
Inter, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
|
|
'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
|
|
```
|