You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
### 改进
21
21
22
-
-**字体策略**:移除所有外部字体依赖(包括 Google Fonts CDN),全站统一系统字体栈(PingFang SC / SF Pro / SF Mono)。首屏加载更快,无外部网络请求。
22
+
-**字体策略**:移除所有外部字体依赖(包括 Google Fonts CDN),全站使用系统字体栈,具体字体由用户的操作系统决定(Mac 上是 SF Pro / PingFang SC,Windows 上是 Segoe UI / Microsoft YaHei,等等)。首屏加载更快,无外部网络请求。
23
23
-**字号比例**重新校准,避免粗体 sans 下整体显得过满。
24
24
-**Header / Footer 重做**:保留原版那个带边框的黄色 "M" logo;语言切换简化为 ZH / EN 直接切换。
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ draft: false
131
131
|`text-display`| 首屏 / 二级页 hero h1 |
132
132
|`text-mega`| section h2 |
133
133
134
-
**字体**:纯系统字体栈,**不引入任何外部字体文件**(PingFang SC / SF Pro / SF Mono)。
134
+
**字体**:纯系统字体栈,**不引入任何外部字体文件**(不加载 Google Fonts、不打包字体)。具体显示哪个字体由用户的操作系统决定——Mac/iOS 是 SF Pro + PingFang SC,Windows 是 Segoe UI + Microsoft YaHei,Android/Linux 走 Noto Sans SC。
0 commit comments