refactor(aklive2d): update css to use noto font families
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap";
|
@import "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";
|
||||||
@import "https://fonts.cdnfonts.com/css/bender";
|
@import "https://fonts.cdnfonts.com/css/bender";
|
||||||
@import "https://fonts.cdnfonts.com/css/geometos";
|
@import "https://fonts.cdnfonts.com/css/geometos";
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: Geometos, "Noto Sans SC", sans-serif;
|
font-family: Geometos, 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-family: "Bender";
|
font-family: "Bender", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
align-content: center;
|
align-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-transform: uppercase;
|
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 {
|
.return-button {
|
||||||
color: var(--button-color);
|
color: var(--button-color);
|
||||||
transition: color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
|
transition: color cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
.date {
|
.date {
|
||||||
margin: 1.5rem;
|
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;
|
font-weight: bold;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: var(--date-color);
|
color: var(--date-color);
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
.text {
|
.text {
|
||||||
font-size: 0.75rem;
|
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;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
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 {
|
.links {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
@@ -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 {
|
#voice_box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -6,7 +8,7 @@
|
|||||||
width: 480px;
|
width: 480px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: 16px;
|
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);
|
transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user