From 9dc6ff38876b831f95b19b2eb48a1cb5f222ae01 Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 8 Apr 2026 21:31:44 -0400 Subject: [PATCH] ui: ensure inputs and buttons inherit Ubuntu Mono font --- decnet_web/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/decnet_web/src/index.css b/decnet_web/src/index.css index 40716fa..ce0a421 100644 --- a/decnet_web/src/index.css +++ b/decnet_web/src/index.css @@ -24,6 +24,10 @@ body { overflow-x: hidden; } +input, button, textarea, select { + font-family: inherit; +} + button { cursor: pointer; background: transparent;