refactor(aklive2d): update css to use noto font families

This commit is contained in:
Haoyu Xu
2023-08-23 19:30:24 +08:00
parent d19ec3aac6
commit 1cc53d4ed8
6 changed files with 10 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
justify-content: center;
align-items: center;
flex-wrap: nowrap;
font-family: "Noto Sans SC", sans-serif;
font-family: 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
}
.links {
flex-direction: row;