mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
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:
parent
29c30dc899
commit
fe8267eccd
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user