feat(monospace): add p5.js editor support
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
333ceb50ee
commit
603a843c63
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
@name Default monospace font
|
@name Default monospace font
|
||||||
@namespace git.mfocko.xyz/mfocko/usercss
|
@namespace git.mfocko.xyz/mfocko/usercss
|
||||||
@updateURL https://git.mfocko.xyz/mfocko/usercss/raw/branch/main/monospace.user.css
|
@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.
|
@description Replace default monospace font on majority of websites.
|
||||||
@author mfocko <me@mfocko.xyz>
|
@author mfocko <me@mfocko.xyz>
|
||||||
@preprocessor stylus
|
@preprocessor stylus
|
||||||
|
@ -315,3 +315,10 @@ domain("dashboard.stg.packit.dev") {
|
||||||
font-feature-settings: font-features;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue