Update font styles across the application to include 'Noto Sans SC' for improved typography consistency.
This commit is contained in:
@@ -1018,7 +1018,7 @@ input:checked + .slider:before {
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 8px 32px rgba(0,0,0,0.1);
|
||||
overflow: hidden;
|
||||
font-family: system-ui, -apple-system, sans-serif;
|
||||
font-family: 'Noto Sans SC', system-ui, sans-serif;
|
||||
font-size: 13px;
|
||||
z-index: 20;
|
||||
display: flex;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -702,7 +702,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #FFFFFF;
|
||||
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -2157,7 +2157,7 @@ watch(() => props.reportId, (newId) => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #F8F9FA;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -2435,7 +2435,7 @@ watch(() => props.reportId, (newId) => {
|
||||
|
||||
/* Generated Content */
|
||||
.generated-content {
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.8;
|
||||
color: #374151;
|
||||
|
||||
@@ -935,7 +935,7 @@ watch(() => props.simulationId, (newId) => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #F8F9FA;
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -1131,7 +1131,7 @@ watch(() => props.simulationId, (newId) => {
|
||||
|
||||
/* Generated Content */
|
||||
.generated-content {
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.8;
|
||||
color: #374151;
|
||||
|
||||
Reference in New Issue
Block a user