Skip to content

Commit fbc079f

Browse files
committed
style: modify markdown font-family.
1 parent 3d0ff8f commit fbc079f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/styles/markdown.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ body[data-color-mode*='light'] {
194194

195195
.wmde-markdown {
196196
-webkit-text-size-adjust: 100%;
197-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
198-
'Segoe UI Emoji';
197+
font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
199198
font-size: 16px;
200199
line-height: 1.5;
201200
word-wrap: break-word;

0 commit comments

Comments
 (0)