From 67a928200bb39846e823e70b485cd6ab6c3b1dfd Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Fri, 22 Nov 2024 12:56:37 -0500 Subject: [PATCH] Fix input not adapting to typography styles (#19) --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4a17b67..cdd9765 100644 --- a/style.css +++ b/style.css @@ -137,6 +137,7 @@ input:not([type=submit]):not([type=checkbox]) { box-sizing: border-box; color: var(--wp--preset--color--theme-6); font-size: var(--wp--preset--font-size--small); + font-family: inherit; line-height: 1.5; min-height: 40px; padding: 8px 12px;