Skip to content

Commit 2349bb2

Browse files
committed
Demo uses "font-family: monospace"
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent ed3f47c commit 2349bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/diff-table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
border: 1px solid #000;
1010
color: #000;
1111
empty-cells: show;
12-
font-family: consolas, pmingliu, simhei;
12+
font-family: monospace;
1313
font-size: 13px;
1414
width: 100%;
1515
word-break: break-all;

example/diff-table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
border: 1px solid $border-color;
2020
color: #000;
2121
empty-cells: show;
22-
font-family: consolas, pmingliu, simhei;
22+
font-family: monospace;
2323
font-size: 13px;
2424
width: 100%;
2525
word-break: break-all;

0 commit comments

Comments
 (0)