From e20f3161a21303dd3bcc7b6d7c244b3a7a85408a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 3 Mar 2025 12:57:16 +0200 Subject: [PATCH] web/css: fix button font --- web/src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/index.css b/web/src/index.css index 63b2892..0aa7987 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -208,6 +208,8 @@ button, a.button, span.button { justify-content: center; align-items: center; color: inherit; + /* Buttons sometimes have their own fonts? */ + font-family: var(--font-stack); &:hover, &:focus { background-color: var(--button-hover-color);