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

@@ -1,3 +1,5 @@
@import "url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&family=Noto+Sans+SC:wght@400;500;700&family=Noto+Sans:wght@400;500;700&display=swap')";
#voice_box {
position: fixed;
left: 0;
@@ -6,7 +8,7 @@
width: 480px;
opacity: 0;
margin: 16px;
font-family: 'Roboto', sans-serif;
font-family: 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}