style: use system-ui font
This commit is contained in:
parent
f3aa14d5eb
commit
95aa827e30
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
font-family: system-ui, sans-serif;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
color: #232323;
|
color: #232323;
|
||||||
|
|
Loading…
Reference in a new issue