Merge pull request #5063 from h3poteto/iss-5056

refs #5056 Change default fonts
This commit is contained in:
AkiraFukushima 2024-09-23 18:00:05 +09:00 committed by GitHub
commit 93914eec44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -352,3 +352,7 @@ a {
@apply text-blue-400;
}
}
body {
font-family: Apple-System,"Hiragino Kaku Gothic ProN",Hiragino Sans GB,Arial,Helvetica,PingFang SC,Meiryo,Microsoft YaHei,STXihei,sans-serif;
}