Update font weights in Home.vue for improved visual hierarchy and consistency.

This commit is contained in:
666ghj 2025-12-26 17:41:18 +08:00
parent 44424f29ba
commit 1987f535ce

View file

@ -466,7 +466,7 @@ const startSimulation = () => {
.slogan-text { .slogan-text {
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 500; font-weight: 520;
color: var(--black); color: var(--black);
letter-spacing: 1px; letter-spacing: 1px;
border-left: 3px solid var(--orange); border-left: 3px solid var(--orange);
@ -566,7 +566,7 @@ const startSimulation = () => {
.section-title { .section-title {
font-size: 2rem; font-size: 2rem;
font-weight: 500; font-weight: 520;
margin: 0 0 15px 0; margin: 0 0 15px 0;
} }
@ -591,7 +591,7 @@ const startSimulation = () => {
.metric-value { .metric-value {
font-family: var(--font-mono); font-family: var(--font-mono);
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 500; font-weight: 520;
margin-bottom: 5px; margin-bottom: 5px;
} }
@ -646,7 +646,7 @@ const startSimulation = () => {
} }
.step-title { .step-title {
font-weight: 500; font-weight: 520;
font-size: 1rem; font-size: 1rem;
margin-bottom: 4px; margin-bottom: 4px;
} }