amber.user.css: fix the FontSet

This commit is contained in:
Aminda Suomalainen 2024-05-30 13:56:11 +03:00
parent 97c1e8f92a
commit 5fdec9b16b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,9 +2,12 @@
@name Dark Amber @name Dark Amber
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/amber.user.css @updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/amber.user.css
@namespace eu.aminda @namespace eu.aminda
@version 2024.22.1 @version 2024.22.2
@preprocessor stylus @preprocessor stylus
@var select "FontSet" [["Liberation Serif", "Tinos", "Times New Roman", serif],["Liberation Sans", "Arimo", "Arial", sans-serif]] @var select FontSet "Font Set" {
"Liberation Serif, Tinos, Times New Roman, serif": 'serif',
"Liberation Sans, Arimo, Arial, sans-serif": 'sans-serif'
}
==/UserStyle== */ ==/UserStyle== */
:root { :root {