Update font styles across the application to include 'Noto Sans SC' for improved typography consistency.
This commit is contained in:
@@ -1083,7 +1083,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FAFAFA;
|
||||
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.scroll-container {
|
||||
@@ -2161,7 +2161,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.narrative-text {
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #334155;
|
||||
line-height: 1.8;
|
||||
|
||||
Reference in New Issue
Block a user