Skip to content

Commit

Permalink
Revert "代碼:本地化"
Browse files Browse the repository at this point in the history
This reverts commit 0ae7bef.
  • Loading branch information
yixiuer committed Dec 19, 2024
1 parent 96d23e6 commit c35c853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: build
on:
push:
branches:
- dev
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/custom/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@font-face {
font-family: 'I.MingCP';
font-display: swap;
src: url('/fonts/I.MingCP-8.10.woff2') format('woff2');
src: url('https://cdn.jsdelivr.net/gh/yixiuer/yixiuer.me/static/fonts/I.MingCP-8.10.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
Expand All @@ -11,7 +11,7 @@
@font-face {
font-family: 'LXGW WenKai TC';
font-display: swap;
src: url('/fonts/LXGWWenKaiTC-Light-v1.501.woff2') format('woff2');
src: url('https://cdn.jsdelivr.net/gh/yixiuer/yixiuer.me/static/fonts/LXGWWenKaiTC-Light-v1.501.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
Expand Down

0 comments on commit c35c853

Please sign in to comment.