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 ecd7cbc921
commit ccfd06d93f
6 changed files with 10 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
.date {
margin: 1.5rem;
font-family: "Bender";
font-family: "Bender", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
font-weight: bold;
text-align: right;
color: var(--date-color);
@@ -117,7 +117,7 @@
color: var(--secondary-text-color);
.text {
font-size: 0.75rem;
font-family: "Geometos";
font-family: "Geometos", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
margin-top: 1rem;
}
}