mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-03 03:04:17 +00:00
Change font settings for editor
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
e309f4e608
commit
1703818b91
1 changed files with 4 additions and 0 deletions
|
@ -2,5 +2,9 @@
|
|||
@import './one-dark.css';
|
||||
|
||||
.CodeMirror {
|
||||
font-family: "Source Code Pro", Consolas, monaco, monospace;
|
||||
letter-spacing: 0.025em;
|
||||
line-height: 1.25;
|
||||
font-size: 18px;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue