change-fonts.user.css: add system-ui, fix comments

This commit is contained in:
Aminda Suomalainen 2024-05-30 17:25:08 +03:00
parent 799b8c421f
commit 0b4abcb94b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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;
} }