Update admin font

This commit is contained in:
cuom1999 2024-01-31 21:05:05 -06:00
parent 96ad972600
commit faedcc5c70

View file

@ -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 {