mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-17 15:13:03 +01:00
change-fonts.user.css: include the system ui font
This commit is contained in:
parent
8bb946b79f
commit
b05a84cb0a
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user