From 44bf4e1ac4fbc0002a057ff3808da308acba49a0 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 11 Feb 2016 22:07:19 -0800 Subject: [PATCH] Changing CodeMirror font back to monospace previously I had set it to Open Sans to match the rest of Tower. --- awx/ui/client/legacy-styles/forms.less | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 5b017169fd..fc3d127f73 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -265,7 +265,6 @@ .CodeMirror{ border-radius: 5px; - font-family: 'Open Sans'; font-style: normal; color: @field-input-text; }