Update font styles across the application to include 'Noto Sans SC' for improved typography consistency.
This commit is contained in:
@@ -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