From 5f66d4f5483f8de7b0d3c60ccd1ca383a06bdbe8 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Mon, 9 Sep 2024 18:02:37 +0200 Subject: [PATCH] fix: inherit font-family on buttons --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index 0964283a..14a75408 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -153,6 +153,7 @@ background-color: inherit; cursor: pointer; text-align: inherit; + font-family: inherit; font-weight: inherit; font-size: inherit; }