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

@@ -88,7 +88,7 @@
cursor: auto;
.date {
font-family: "Bender";
font-family: "Bender", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
font-weight: bold;
font-size: 24px;
display: flex;

View File

@@ -40,7 +40,7 @@
align-content: center;
align-items: center;
text-transform: uppercase;
font-family: "Geometos", "Noto Sans SC", sans-serif;
font-family: "Geometos", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
.return-button {
color: var(--button-color);
transition: color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;