Skip to content

Commit 691671d

Browse files
committed
优化字体配置
1 parent b961bb8 commit 691671d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
}
2626

2727
.title {
28-
font-family: 'SmileySans-Oblique', serif;
28+
font-family: 'SmileySans-Oblique', sans-serif;
2929
}
3030

3131
.sub-text {
32-
font-family: 'ZCOOLKuaiLe-Regular', serif;
32+
font-family: 'ZCOOLKuaiLe-Regular', sans-serif;
3333
}
3434

3535
:root {
@@ -49,7 +49,7 @@
4949
}
5050

5151
body {
52-
font-family: 'LXGWNeoXiHeiScreen', serif;
52+
font-family: 'LXGWNeoXiHeiScreen', sans-serif;
5353
}
5454

5555
a {

0 commit comments

Comments
 (0)