chore: modify article font family

This commit is contained in:
aka 2023-11-05 10:49:03 +08:00
parent b2672f73e8
commit 8fd6eae218
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@
background-color: var(--card-background); background-color: var(--card-background);
&:hover { &:hover {
box-shadow: var(--shadow-l2); box-shadow: var(--shadow-l1);
} }
&.has-image { &.has-image {

View File

@ -3,7 +3,7 @@
--sys-font-family: "EB Garamond"; --sys-font-family: "EB Garamond";
--zh-font-family: "LXGW WenKai Screen R"; --zh-font-family: "LXGW WenKai Screen R";
--base-font-family: "EB Garamond", "LXGW WenKai Screen R"; --base-font-family: "EB Garamond", "LXGW WenKai Screen R";
--article-font-family: "EB Garamond", "LXGW WenKai Screen R"; --article-font-family: "LXGW WenKai Screen R";
} }
</style> </style>