From 0b4abcb94b7301a7c50f946498395c47c1c791b0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 17:25:08 +0300 Subject: [PATCH] change-fonts.user.css: add system-ui, fix comments --- web-browsers/usercss/change-fonts.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web-browsers/usercss/change-fonts.user.css b/web-browsers/usercss/change-fonts.user.css index 39bc834..23d2cfa 100644 --- a/web-browsers/usercss/change-fonts.user.css +++ b/web-browsers/usercss/change-fonts.user.css @@ -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; }