feat(monospace): format also GRAPP
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
05b17c6d9e
commit
4f7f5f8a90
1 changed files with 8 additions and 1 deletions
|
@ -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.16.1
|
||||
@version 1.16.2
|
||||
@description Replace default monospace font on majority of websites.
|
||||
@author mfocko <me@mfocko.xyz>
|
||||
@preprocessor stylus
|
||||
|
@ -324,3 +324,10 @@ domain("dashboard.stg.packit.dev") {
|
|||
font-feature-settings: font-features;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("grapp.spravazeleznic.cz") {
|
||||
* {
|
||||
font-family: monospace-font !important;
|
||||
font-feature-settings: font-features;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue