From 68e5074a5ce06490353a3562e88efcb5606e7b31 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:02:08 -0800 Subject: chore(biome): re-enable useGenericFontNames rule --- biome.json | 3 +-- static/styles/risotto/typography.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index 30c637ad..0cf67894 100644 --- a/biome.json +++ b/biome.json @@ -24,8 +24,7 @@ "rules": { "recommended": true, "a11y": { - "useAltText": "off", - "useGenericFontNames": "off" + "useAltText": "off" }, "suspicious": { "noImplicitAnyLet": "off" diff --git a/static/styles/risotto/typography.css b/static/styles/risotto/typography.css index 0fda898d..e56fb203 100644 --- a/static/styles/risotto/typography.css +++ b/static/styles/risotto/typography.css @@ -149,7 +149,7 @@ blockquote::before { .twitter-tweet::before { content: "\f099"; - font-family: "Font Awesome 5 Brands"; + font-family: "Font Awesome 5 Brands", sans-serif; font-weight: 400; } -- cgit v1.2.3