Skip to content

Commit a08b583

Browse files
committed
Use monospace font for Markdown editor
Closes #227
1 parent 6738d2c commit a08b583

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gui/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
window.assetMapping = {
2020
app: '{{rootURL}}assets/documize.js',
2121
vendor: '{{rootURL}}assets/vendor.js',
22-
themedefault: '{{rootURL}}assets/documuze.css',
22+
themedefault: '{{rootURL}}assets/documize.css',
2323
themeconference: '{{rootURL}}assets/theme-conference.css',
2424
themeforest: '{{rootURL}}assets/theme-forest.css',
2525
themebrave: '{{rootURL}}assets/theme-brave.css',

gui/app/styles/core/section/code.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@
267267
word-wrap: break-word;
268268
white-space: pre-wrap;
269269
word-break: normal;
270-
font-size: 1.1rem;
270+
font-size: 1rem;
271+
font-family: monospace, 'Courier New', Courier;
271272
}
272273

273274
.CodeMirror-linebackground {

0 commit comments

Comments
 (0)