fix(font): 去掉全局字体,姑且写了个 global-font

This commit is contained in:
BTMuli
2023-03-13 16:39:39 +08:00
parent ecf8f30c8a
commit e85e830689
8 changed files with 32 additions and 16 deletions

View File

@@ -119,6 +119,7 @@ function toOuter(url: string, title: string) {
<style lang="css">
.pool-cards {
font-family: Genshin, serif;
display: flex;
flex-direction: column;
align-items: center;