mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-09-04 20:55:41 +00:00
fix tags font
This commit is contained in:
parent
c07946bf95
commit
5c135cf3c2
2 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ const tags = data.tags;
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
font-family:
|
font-family:
|
||||||
|
"Noto Sans SC",
|
||||||
system-ui,
|
system-ui,
|
||||||
-apple-system,
|
-apple-system,
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ const pageTitle = lang === "zh" ? "标签索引" : "Tag Index";
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
font-family:
|
font-family:
|
||||||
|
"Noto Sans SC",
|
||||||
system-ui,
|
system-ui,
|
||||||
-apple-system,
|
-apple-system,
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue