Skip to content

Commit dc4d8e0

Browse files
committed
Don't use monospaced font for inline code
1 parent 03ab697 commit dc4d8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/main.less

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ code {
187187
background-color: #f7f7f7;
188188
padding: 0 3px;
189189
border-radius: 2px;
190+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
190191
}
191192

192193
.output,

0 commit comments

Comments
 (0)