mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
fix Chinese text display as NSimsun font
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
html, body {
|
html, body {
|
||||||
--monospace-font-family: Monaco, Consolas, Menlo, monospace;
|
--monospace-font-family: Monaco, Consolas, Menlo;
|
||||||
font-family: var(--monospace-font-family);
|
--sans-serif-font-family: 'PingFang SC', 'Microsoft Yahei', Helvetica, Arial;
|
||||||
|
font-family: var(--monospace-font-family), var(--sans-serif-font-family);
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user