style: use system-ui font

This commit is contained in:
Ayo Ayco 2024-05-08 01:57:24 +02:00
parent f3aa14d5eb
commit 95aa827e30

View file

@ -23,7 +23,7 @@
scroll-behavior: smooth;
}
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-family: system-ui, sans-serif;
max-width: 600px;
margin: 0 auto;
color: #232323;