From cdabfd81caa752f5e9b1ed943d7d98cd28399c5d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Jun 2021 16:23:49 -0400 Subject: [PATCH] Make buttons use the font --- reset.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reset.css b/reset.css index b3d05302..bc68af8b 100644 --- a/reset.css +++ b/reset.css @@ -34,6 +34,10 @@ input, select { vertical-align: baseline; box-sizing: border-box; } + +button { + font: inherit; +} /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {