mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 04:57:04 +01:00
feat: a better system font stack
This commit is contained in:
parent
129e255eb4
commit
6143b0d4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
line-height: 1.4;
|
||||
max-width: 800px;
|
||||
margin: 20px auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue