Skip to content

Commit 37b4e2f

Browse files
committed
update code
1 parent dbcf3ff commit 37b4e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/how-to/2016-06-22-Custom Font.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can use
8282
```css
8383
#typora-source {
8484
font-family: monospace;
85-
font-size: inherit.
85+
font-size: inherit;
8686
--monospace: monospace; /* for code blocks and inline code inside source code mode */
8787
}
8888
```
@@ -93,7 +93,7 @@ to change font for source code mode.
9393

9494
```css
9595
body {
96-
--monospace: monospace /* for all code blocks, inline code, and source code mode */
96+
--monospace: monospace; /* for all code blocks, inline code, and source code mode */
9797
}
9898

9999
// or

0 commit comments

Comments
 (0)