mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-18 08:12:32 +01:00
change-fonts.user.css: I think I still didn't call the variable?
This commit is contained in:
parent
4e82b65432
commit
799b8c421f
@ -2,7 +2,7 @@
|
|||||||
@name Change Fonts
|
@name Change Fonts
|
||||||
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css
|
||||||
@namespace eu.aminda
|
@namespace eu.aminda
|
||||||
@version 2024.22.2
|
@version 2024.22.3
|
||||||
@var select FontSet "Font Set" {
|
@var select FontSet "Font Set" {
|
||||||
"Serif": "Liberation Serif, Tinos, Times New Roman, serif",
|
"Serif": "Liberation Serif, Tinos, Times New Roman, serif",
|
||||||
"Sans Serif": "Liberation Sans, Arimo, Arial, sans-serif"
|
"Sans Serif": "Liberation Sans, Arimo, Arial, sans-serif"
|
||||||
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
/* Either the Serif or Sans-Serif specified above. */
|
/* Either the Serif or Sans-Serif specified above. */
|
||||||
* {
|
* {
|
||||||
font-family: var(FontSet) !important;
|
font-family: var(--FontSet) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: var(FontSet) !important;
|
font-family: var(--FontSet) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code blocks preferably use monospace font, which is specified here then. */
|
/* Code blocks preferably use monospace font, which is specified here then. */
|
||||||
|
Loading…
Reference in New Issue
Block a user