Update font styles across the application to include 'Noto Sans SC' for improved typography consistency.

This commit is contained in:
666ghj
2025-12-26 17:35:09 +08:00
parent abf2ba68af
commit 44424f29ba
14 changed files with 24 additions and 23 deletions

View File

@@ -315,7 +315,8 @@ const startSimulation = () => {
确保已在 index.html 引入这些 Google Fonts
*/
--font-mono: 'JetBrains Mono', monospace;
--font-sans: 'Space Grotesk', -apple-system, sans-serif;
--font-sans: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
--font-cn: 'Noto Sans SC', system-ui, sans-serif;
}
.home-container {
@@ -415,7 +416,7 @@ const startSimulation = () => {
.main-title {
font-size: 4.5rem;
line-height: 1.2;
font-weight: 800;
font-weight: 500;
margin: 0 0 40px 0;
letter-spacing: -2px;
color: var(--black);
@@ -465,7 +466,7 @@ const startSimulation = () => {
.slogan-text {
font-size: 1.2rem;
font-weight: 700;
font-weight: 500;
color: var(--black);
letter-spacing: 1px;
border-left: 3px solid var(--orange);
@@ -565,7 +566,7 @@ const startSimulation = () => {
.section-title {
font-size: 2rem;
font-weight: 700;
font-weight: 500;
margin: 0 0 15px 0;
}
@@ -590,7 +591,7 @@ const startSimulation = () => {
.metric-value {
font-family: var(--font-mono);
font-size: 1.8rem;
font-weight: 700;
font-weight: 500;
margin-bottom: 5px;
}
@@ -645,7 +646,7 @@ const startSimulation = () => {
}
.step-title {
font-weight: 700;
font-weight: 500;
font-size: 1rem;
margin-bottom: 4px;
}
@@ -714,7 +715,7 @@ const startSimulation = () => {
}
.upload-title {
font-weight: 700;
font-weight: 500;
font-size: 0.9rem;
margin-bottom: 5px;
}

View File

@@ -220,7 +220,7 @@ onMounted(() => {
flex-direction: column;
background: #FFF;
overflow: hidden;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
}
/* Header */

View File

@@ -411,7 +411,7 @@ onUnmounted(() => {
flex-direction: column;
background: #FFF;
overflow: hidden;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
}
/* Header */

View File

@@ -1104,7 +1104,7 @@ onUnmounted(() => {
.process-page {
min-height: 100vh;
background: var(--white);
font-family: 'JetBrains Mono', 'Space Grotesk', monospace;
font-family: 'JetBrains Mono', 'Noto Sans SC', monospace;
overflow: hidden; /* Prevent body scroll in fullscreen */
}

View File

@@ -219,7 +219,7 @@ onMounted(() => {
flex-direction: column;
background: #FFF;
overflow: hidden;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
}
/* Header */

View File

@@ -317,7 +317,7 @@ onUnmounted(() => {
flex-direction: column;
background: #FFF;
overflow: hidden;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
}
/* Header */

View File

@@ -304,7 +304,7 @@ onMounted(async () => {
flex-direction: column;
background: #FFF;
overflow: hidden;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Space Grotesk', 'Noto Sans SC', system-ui, sans-serif;
}
/* Header */