Skip to content

Commit 03fcfc7

Browse files
committed
Updates font stack for diff table
Replaces default monospace font with "Noto Sans Mono CJK TC" for improved readability and better support for CJK characters (chinese monospace font).
1 parent f038722 commit 03fcfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/diff/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
.d2h-diff-table {
168168
width: 100%;
169169
border-collapse: collapse;
170-
font-family: Menlo, Consolas, monospace;
170+
font-family: "Noto Sans Mono CJK TC", Menlo, Consolas, monospace;
171171
font-size: 13px
172172
}
173173

0 commit comments

Comments
 (0)