refactor(aklive2d): update css to use noto font families
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user