mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-05 09:52:47 +01:00
change-fonts.user.css: add system-ui, fix comments
This commit is contained in:
parent
799b8c421f
commit
0b4abcb94b
@ -2,14 +2,15 @@
|
|||||||
@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.3
|
@version 2024.22.4
|
||||||
@var select FontSet "Font Set" {
|
@var select FontSet "Font Set" {
|
||||||
|
"System": "system-ui",
|
||||||
"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"
|
||||||
}
|
}
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
/* Either the Serif or Sans-Serif specified above. */
|
/* Use the variable from above. */
|
||||||
* {
|
* {
|
||||||
font-family: var(--FontSet) !important;
|
font-family: var(--FontSet) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user