change-fonts.user.css: fallback to emoji

This commit is contained in:
Aminda Suomalainen 2024-06-06 06:38:55 +03:00
parent 982e97f946
commit 1258266ebf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,17 +2,17 @@
@name System Fonts @name System 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.7 @version 2024.23.0
@var select FontSet "Preferred font set" { @var select FontSet "Preferred font set" {
"System (no fallback)": "system-ui", "System (no fallback)": "system-ui, emoji",
"Serif": "ui-serif, system-ui, Liberation Serif, Tinos, Times New Roman, serif", "Serif": "ui-serif, system-ui, Liberation Serif, Tinos, Times New Roman, serif, emoji",
"Sans Serif": "ui-sans-serif, system-ui, Liberation Sans, Arimo, Arial, sans-serif" "Sans Serif": "ui-sans-serif, system-ui, Liberation Sans, Arimo, Arial, sans-serif, emoji"
} }
==/UserStyle== */ ==/UserStyle== */
:root { :root {
--a-monospace-fonts: "ui-monospace, Liberation Mono", "Cousine", --a-monospace-fonts: "ui-monospace, Liberation Mono", "Cousine",
"Courier New", monospace; "Courier New", monospace, emoji;
} }
/* Use the variable from above. */ /* Use the variable from above. */