Skip to content

Commit deb6a08

Browse files
committed
change font family and letter spacing
1 parent 4e15333 commit deb6a08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/css/style.styl

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ html[id='theme-dark-mode'] img
1515

1616
body
1717
color: var(--primary-high)
18-
font-family: 'PingHei', 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif
18+
font-family: Helvetica, Arial, 'PingHei', 'PingFang SC', Helvetica, 'Work Sans', 'Hiragino Sans GB', 'Microsoft YaHei', SimSun, sans-serif
1919
font-size: 15px
2020
width: 100%
2121
margin: 0 auto 30px auto
@@ -337,7 +337,6 @@ a:hover, a:active
337337

338338
a
339339
text-decoration: none
340-
letter-spacing: 1px
341340
color: var(--secondary-350)
342341

343342
&:hover
@@ -346,7 +345,6 @@ a:hover, a:active
346345
.post-content
347346
a
348347
text-decoration: none
349-
letter-spacing: 1px
350348
color: #4786D6
351349

352350
a:hover

0 commit comments

Comments
 (0)