1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 09:39:42 +02:00

Use monospace font for Markdown editor

Closes #227
This commit is contained in:
Harvey Kandola 2019-03-18 18:02:47 +00:00
parent 6738d2c9e1
commit a08b583b22
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@
window.assetMapping = { window.assetMapping = {
app: '{{rootURL}}assets/documize.js', app: '{{rootURL}}assets/documize.js',
vendor: '{{rootURL}}assets/vendor.js', vendor: '{{rootURL}}assets/vendor.js',
themedefault: '{{rootURL}}assets/documuze.css', themedefault: '{{rootURL}}assets/documize.css',
themeconference: '{{rootURL}}assets/theme-conference.css', themeconference: '{{rootURL}}assets/theme-conference.css',
themeforest: '{{rootURL}}assets/theme-forest.css', themeforest: '{{rootURL}}assets/theme-forest.css',
themebrave: '{{rootURL}}assets/theme-brave.css', themebrave: '{{rootURL}}assets/theme-brave.css',

View file

@ -267,7 +267,8 @@
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap; white-space: pre-wrap;
word-break: normal; word-break: normal;
font-size: 1.1rem; font-size: 1rem;
font-family: monospace, 'Courier New', Courier;
} }
.CodeMirror-linebackground { .CodeMirror-linebackground {