Skip to content

Commit efcf8c2

Browse files
committed
clarify font policy: system stack, not specifically pingfang
1 parent f0a1de7 commit efcf8c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
### 改进
2121

22-
- **字体策略**:移除所有外部字体依赖(包括 Google Fonts CDN),全站统一系统字体栈(PingFang SC / SF Pro / SF Mono)。首屏加载更快,无外部网络请求。
22+
- **字体策略**:移除所有外部字体依赖(包括 Google Fonts CDN),全站使用系统字体栈,具体字体由用户的操作系统决定(Mac 上是 SF Pro / PingFang SC,Windows 上是 Segoe UI / Microsoft YaHei,等等)。首屏加载更快,无外部网络请求。
2323
- **字号比例**重新校准,避免粗体 sans 下整体显得过满。
2424
- **Header / Footer 重做**:保留原版那个带边框的黄色 "M" logo;语言切换简化为 ZH / EN 直接切换。
2525
- **博客列表读取方式**改为从 Astro Content Collection 取数据:新增博客只需在 `src/content/blog/{zh-hans,en}/` 下加一个 markdown 文件即可。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ draft: false
131131
| `text-display` | 首屏 / 二级页 hero h1 |
132132
| `text-mega` | section h2 |
133133

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
135135

136136
---
137137

0 commit comments

Comments
 (0)