diff --git a/src/app/splash/components/splash-button.module.css b/src/app/splash/components/splash-button.module.css index 6cece395..e24d7c37 100644 --- a/src/app/splash/components/splash-button.module.css +++ b/src/app/splash/components/splash-button.module.css @@ -9,7 +9,6 @@ } .skip { - font-family: var(--font-athelas); font-size: var(--font-size-xxl); font-weight: 700; font-style: italic; @@ -58,7 +57,6 @@ } .facebookLabel { - font-family: var(--font-athelas); font-size: var(--font-size-xxl); font-weight: 700; color: #ffffff; diff --git a/src/app/splash/components/splash-content.tsx b/src/app/splash/components/splash-content.tsx index fdef115d..7dea7435 100644 --- a/src/app/splash/components/splash-content.tsx +++ b/src/app/splash/components/splash-content.tsx @@ -1,12 +1,5 @@ /** * Splash 主内容文案 - * - * 原始 Dart: lib/ui/splash/widgets/splash_content.dart - * - * 关键差异: - * - 使用 Athelas 字体(衬线体) - * - 标题加粗 + 斜体(与原 Dart 一致) - * - 颜色:白色(背景图上需高对比度) */ import styles from "./splash-content.module.css"; diff --git a/src/app/splash/components/splash-logo.module.css b/src/app/splash/components/splash-logo.module.css index 8e9829dd..6abba44b 100644 --- a/src/app/splash/components/splash-logo.module.css +++ b/src/app/splash/components/splash-logo.module.css @@ -7,6 +7,4 @@ display: block; width: auto; height: auto; - /* Apple 平台 Athelas 渲染时仍可能需要 fallback */ - font-family: var(--font-athelas, serif); } diff --git a/src/app/splash/components/splash-screen.module.css b/src/app/splash/components/splash-screen.module.css index d7a611da..84d90537 100644 --- a/src/app/splash/components/splash-screen.module.css +++ b/src/app/splash/components/splash-screen.module.css @@ -41,7 +41,6 @@ .bottom { margin: var(--spacing-xxxl) 0 0 0; - font-family: var(--font-athelas); font-size: var(--font-size-md); font-weight: 400; line-height: 1.5;