refactor(splash): remove Athelas font references from CSS files
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.skip {
|
.skip {
|
||||||
font-family: var(--font-athelas);
|
|
||||||
font-size: var(--font-size-xxl);
|
font-size: var(--font-size-xxl);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@@ -58,7 +57,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.facebookLabel {
|
.facebookLabel {
|
||||||
font-family: var(--font-athelas);
|
|
||||||
font-size: var(--font-size-xxl);
|
font-size: var(--font-size-xxl);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Splash 主内容文案
|
* Splash 主内容文案
|
||||||
*
|
|
||||||
* 原始 Dart: lib/ui/splash/widgets/splash_content.dart
|
|
||||||
*
|
|
||||||
* 关键差异:
|
|
||||||
* - 使用 Athelas 字体(衬线体)
|
|
||||||
* - 标题加粗 + 斜体(与原 Dart 一致)
|
|
||||||
* - 颜色:白色(背景图上需高对比度)
|
|
||||||
*/
|
*/
|
||||||
import styles from "./splash-content.module.css";
|
import styles from "./splash-content.module.css";
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,4 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
/* Apple 平台 Athelas 渲染时仍可能需要 fallback */
|
|
||||||
font-family: var(--font-athelas, serif);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
margin: var(--spacing-xxxl) 0 0 0;
|
margin: var(--spacing-xxxl) 0 0 0;
|
||||||
font-family: var(--font-athelas);
|
|
||||||
font-size: var(--font-size-md);
|
font-size: var(--font-size-md);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user