Merge pull request #5063 from h3poteto/iss-5056
refs #5056 Change default fonts
This commit is contained in:
commit
93914eec44
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue