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 {
|
||||
font-family:
|
||||
"Noto Sans SC",
|
||||
system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ const pageTitle = lang === "zh" ? "标签索引" : "Tag Index";
|
|||
|
||||
.tag {
|
||||
font-family:
|
||||
"Noto Sans SC",
|
||||
system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
|
|
|
|||
Loading…
Reference in a new issue