From faedcc5c70d1b98cc4afc000cea1c289b9946b0c Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 31 Jan 2024 21:05:05 -0600 Subject: [PATCH] Update admin font --- resources/pagedown_widget.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/pagedown_widget.css b/resources/pagedown_widget.css index 3601240..23f6c9d 100644 --- a/resources/pagedown_widget.css +++ b/resources/pagedown_widget.css @@ -14,7 +14,7 @@ width: 100%; background: #fff; 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 {