移除字体

This commit is contained in:
lutinglt
2025-02-09 22:58:24 +08:00
parent cd9a2a504b
commit 1b2207a13b
15 changed files with 6 additions and 108 deletions

2
.github/release.md vendored
View File

@@ -1,5 +1,7 @@
## 🌈 Style
- **移除字体 (不再集成个性化字体)**
#### 更符合 GitHub 风格
- 仓库代码页侧边栏宽度优化

View File

@@ -21,10 +21,7 @@ jobs:
- name: Build theme
run: |
npm install
npm run build:theme-fonts
mv dist css
npm run build:theme
tar -czf dist/theme-github-fonts.tar.gz css fonts
npm run build
- uses: actions/upload-artifact@v4
with:
name: theme-github