fix: improve default font family (#2314)

This commit is contained in:
Liberal dev 2023-08-09 20:46:26 +09:00 committed by GitHub
parent 3f6cc16850
commit f3d17d3be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ html {
font-size: var(--font-size, 15px);
width: 100%;
width: 100vw;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@font-face {