refs #5056 Change default fonts

This commit is contained in:
AkiraFukushima 2024-09-18 01:14:53 +09:00
parent fc6939c9b5
commit 6f21e694c4
No known key found for this signature in database
GPG Key ID: B7EA3A3C9AEC9F0E
1 changed files with 4 additions and 0 deletions

View File

@ -352,3 +352,7 @@ a {
@apply text-blue-400; @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;
}