Skip to content

Commit 257b7c5

Browse files
authored
Merge pull request #122 from HiNinoJay/dev
update 1.8.9
2 parents 724da66 + c24502e commit 257b7c5

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ comment:
125125
inject:
126126
css: css/custom.css
127127

128-
version: v1.8.8
128+
version: v1.8.9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-a4",
3-
"version": "1.8.8",
3+
"version": "1.8.9",
44
"private": false,
55
"description": "A hexo theme that looks like an A4 paper.",
66
"scripts": {

source/css/fonts.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
}
2323

2424
@font-face {
25-
font-family: "LXGW WenKai bold";
25+
font-family: "LXGW WenKai Bold";
2626
font-style: normal;
27-
font-weight: 700;
28-
src: local(""),
29-
url("https://jsd.onmicrosoft.cn/gh/hininojay/images/source/img/a4color/LXGWWenKai-Bold.woff2") format("woff2");
27+
font-weight: bold;
28+
src: local("../fonts/LXGWWenKaiLite-Bold.woff2"),
29+
url("https://jsd.onmicrosoft.cn/gh/hininojay/images/source/img/a4color/LXGWWenKaiLite-Bold.woff2") format("woff2"),
30+
url("../fonts/LXGWWenKaiLite-Bold.woff2") format("woff2");
3031
}

source/css/markdown.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
}
6868
.post-md strong
6969
{
70-
font-weight: 700;
71-
font-family: LXGW WenKai bold;
70+
font-weight: bold;
71+
font-family: LXGW WenKai Bold;
7272
}
7373
.post-md em
7474
{
4.5 MB
Binary file not shown.
-6.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)