From c9a95e48968d44aafccf49079021ccd915b7bc78 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 19:42:23 +0300 Subject: [PATCH] change-fonts.user.css: fix typo --- web-browsers/usercss/change-fonts.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-browsers/usercss/change-fonts.user.css b/web-browsers/usercss/change-fonts.user.css index e8fbcad..41385ff 100644 --- a/web-browsers/usercss/change-fonts.user.css +++ b/web-browsers/usercss/change-fonts.user.css @@ -2,7 +2,7 @@ @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.5 +@version 2024.22.6 @var select FontSet "Font Set" { "System": "system-ui", "Serif": "ui-serif, Liberation Serif, Tinos, Times New Roman, serif", @@ -29,7 +29,7 @@ code, pre { font-family: var(--a-monospace-fonts) !important; @font-face { - fomt-family: var(--a-monospace-fonts) !important; + font-family: var(--a-monospace-fonts) !important; } }