Update admin font
This commit is contained in:
parent
96ad972600
commit
faedcc5c70
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid DarkGray;
|
border: 1px solid DarkGray;
|
||||||
font-family: "Noto Sans",Arial,"Lucida Grande",sans-serif !important;
|
font-family: var(--md-code-font-family),monospace !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmd-preview {
|
.wmd-preview {
|
||||||
|
|
Loading…
Reference in a new issue