change-fonts.user.css: include the system ui font

This commit is contained in:
Aminda Suomalainen 2024-05-30 17:37:01 +03:00
parent 8bb946b79f
commit b05a84cb0a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -5,13 +5,14 @@
@version 2024.22.4 @version 2024.22.4
@var select FontSet "Font Set" { @var select FontSet "Font Set" {
"System": "system-ui", "System": "system-ui",
"Serif": "Liberation Serif, Tinos, Times New Roman, serif", "Serif": "ui-serif, Liberation Serif, Tinos, Times New Roman, serif",
"Sans Serif": "Liberation Sans, Arimo, Arial, sans-serif" "Sans Serif": "ui-sans-serif, Liberation Sans, Arimo, Arial, sans-serif"
} }
==/UserStyle== */ ==/UserStyle== */
:root { :root {
--a-monospace-fonts: "Liberation Mono", "Cousine", "Courier New", monospace; --a-monospace-fonts: "ui-monospace, Liberation Mono", "Cousine",
"Courier New", monospace;
} }
/* Use the variable from above. */ /* Use the variable from above. */