From 7c3a5ba2c8f6363d050ab23ba95165d7d270a456 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Tue, 15 Mar 2022 12:42:55 -0400 Subject: [PATCH] Remove global font setting for buttons (fix #32) --- css/smalltalk.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/smalltalk.css b/css/smalltalk.css index 3015efc..5c49a8b 100644 --- a/css/smalltalk.css +++ b/css/smalltalk.css @@ -87,10 +87,6 @@ padding: 14px 17px; } -button { - font-family: Ubuntu, Arial, sans-serif; -} - .smalltalk button, .smalltalk .smalltalk { min-height: 2em; min-width: 4em;