mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-18 08:12:32 +01:00
change-fonts.user.css: fallback to emoji
This commit is contained in:
parent
982e97f946
commit
1258266ebf
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user