From 1987f535ce0e169b0158b56843f77af9e658869f Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 26 Dec 2025 17:41:18 +0800 Subject: [PATCH] Update font weights in Home.vue for improved visual hierarchy and consistency. --- frontend/src/views/Home.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 9b822e7..91cb942 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -466,7 +466,7 @@ const startSimulation = () => { .slogan-text { font-size: 1.2rem; - font-weight: 500; + font-weight: 520; color: var(--black); letter-spacing: 1px; border-left: 3px solid var(--orange); @@ -566,7 +566,7 @@ const startSimulation = () => { .section-title { font-size: 2rem; - font-weight: 500; + font-weight: 520; margin: 0 0 15px 0; } @@ -591,7 +591,7 @@ const startSimulation = () => { .metric-value { font-family: var(--font-mono); font-size: 1.8rem; - font-weight: 500; + font-weight: 520; margin-bottom: 5px; } @@ -646,7 +646,7 @@ const startSimulation = () => { } .step-title { - font-weight: 500; + font-weight: 520; font-size: 1rem; margin-bottom: 4px; }