od-serif.user.css: more explicit fallback

Apparently for me serif-ui means Noto Sans Math, which is a bit unexpected
This commit is contained in:
Aminda Suomalainen 2024-06-06 06:49:17 +03:00
parent 29c30dc899
commit fe8267eccd
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,13 +2,14 @@
@name OpenDyslexic with serif fallback
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/od-serif.user.css
@namespace eu.aminda
@version 2024.23.0
@version 2024.23.1
==/UserStyle== */
:root {
--FontSet: OpenDyslexic, ui-serif, system-ui, serif, emoji;
--a-monospace-fonts: "ui-monospace, Liberation Mono", "Cousine",
"Courier New", monospace, emoji;
--FontSet: OpenDyslexic, "Liberation Serif", Tinos, "Times New Roman",
ui-serif, system-ui, serif, emoji;
--a-monospace-fonts: "Liberation Mono", "Cousine", "Courier New",
ui-monospace, monospace, emoji;
}
/* Use the variable from above. */