From 590f76cc4b3bc86ee06fafc1a2a30f90d5b1d56c Mon Sep 17 00:00:00 2001 From: Felix Kopp <felix-source@phorax.com> Date: Mon, 3 Feb 2014 14:43:28 +0100 Subject: [PATCH] [BUGFIX] Button typography Removes share font from buttons. The current font does not render adequately. Change-Id: I8d2a998275e52fbb831abb9046f3711e82acc401 Resolves: #55624 Releases: 6.2 Reviewed-on: https://review.typo3.org/27301 Tested-by: Markus Klein Reviewed-by: Markus Klein Reviewed-by: Georg Ringer Tested-by: Georg Ringer --- typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css | 1 - 1 file changed, 1 deletion(-) diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css index 5c79f387f873..b8bd8c459b75 100644 --- a/typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css +++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/main_form.css @@ -39,7 +39,6 @@ input[type="button"] { border-radius: 2px; color: #fff; display: inline-block; - font-family: Share, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1.5em; margin-bottom: 0; -- GitLab