From 91c7bce758987e02cf4e345fa9bb44bc318efaa9 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Wed, 5 Aug 2015 17:04:02 +0100 Subject: [PATCH] Font on submit buttons should be correct now --- public/css/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/main.less b/public/css/main.less index 7773265028..c828412661 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -1152,6 +1152,10 @@ hr { shape-rendering: crispEdges; } +#submitButton { + font: normal normal normal 14px/1 FontAwesome !important; +} + //uncomment this to see the dimensions of all elements outlined in red //* { // border-color: red;