From 22ef6cf170940429ab4c4efc43794f64e6b985d4 Mon Sep 17 00:00:00 2001 From: UrekD Date: Thu, 4 Nov 2021 20:31:43 +0100 Subject: [PATCH] Config JSON Editor Pointer Fix Adjusted/removed font class that was used in the editor to display the pointer correctly. Text is very slightly smaller and less bold. --- src/styles/typography.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/typography.scss b/src/styles/typography.scss index 1888a754..91133b76 100644 --- a/src/styles/typography.scss +++ b/src/styles/typography.scss @@ -38,7 +38,6 @@ html { /* Monospace, for code and raw data output */ code, pre, pre *, .jsoneditor *, .mono * { - font-family: var(--font-monospace); font-weight: normal; } }