From 311c7c0561bf6f70c4fd26bf46d0e1bd01c16302 Mon Sep 17 00:00:00 2001 From: Michael Miday <midaym@gmail.com> Date: Wed, 30 Aug 2017 17:31:29 -0400 Subject: [PATCH] [ticket/15262] Update the font-weight of buttons PHPBB3-15262 --- phpBB/styles/prosilver/theme/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 4c8283fdc0..575c41aaef 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -5,7 +5,7 @@ display: inline-block; padding: 2px 8px; font-size: 13px; - font-weight: normal; + font-weight: 600; font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica; line-height: 1.4; text-align: center;