mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-18 08:12:32 +01:00
change-fonts.user.css: add system-ui, fix comments
This commit is contained in:
parent
799b8c421f
commit
0b4abcb94b
@ -2,14 +2,15 @@
|
||||
@name Change Fonts
|
||||
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css
|
||||
@namespace eu.aminda
|
||||
@version 2024.22.3
|
||||
@version 2024.22.4
|
||||
@var select FontSet "Font Set" {
|
||||
"System": "system-ui",
|
||||
"Serif": "Liberation Serif, Tinos, Times New Roman, serif",
|
||||
"Sans Serif": "Liberation Sans, Arimo, Arial, sans-serif"
|
||||
}
|
||||
==/UserStyle== */
|
||||
|
||||
/* Either the Serif or Sans-Serif specified above. */
|
||||
/* Use the variable from above. */
|
||||
* {
|
||||
font-family: var(--FontSet) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user