From 603a843c63f278f9d5a07a7744e55e59d45e92d8106a16dc2bbf0dba53e070d7 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 19 Aug 2024 00:21:09 +0200 Subject: [PATCH] feat(monospace): add p5.js editor support Signed-off-by: Matej Focko --- monospace.user.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/monospace.user.css b/monospace.user.css index ca6cf61..cf39b53 100644 --- a/monospace.user.css +++ b/monospace.user.css @@ -2,7 +2,7 @@ @name Default monospace font @namespace git.mfocko.xyz/mfocko/usercss @updateURL https://git.mfocko.xyz/mfocko/usercss/raw/branch/main/monospace.user.css -@version 1.15.11 +@version 1.16.0 @description Replace default monospace font on majority of websites. @author mfocko @preprocessor stylus @@ -315,3 +315,10 @@ domain("dashboard.stg.packit.dev") { font-feature-settings: font-features; } } + +@-moz-document domain("editor.p5js.org") { + .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { + font-family: monospace-font !important; + font-feature-settings: font-features; + } +}