From ae3e92bf572a2267c36ee87ca9bafe8d60acf59a Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 22 Oct 2013 23:16:49 +0100 Subject: [PATCH] Fixed editor font in inline code and code blocks --- public/res/styles/main.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/res/styles/main.less b/public/res/styles/main.less index f608cd98..3989c2af 100644 --- a/public/res/styles/main.less +++ b/public/res/styles/main.less @@ -992,13 +992,11 @@ ul,ol { } .ace_code { - font-family: Menlo, Consolas, "Courier New", monospace; color: @primary-color-lighter; background-color: fade(@secondary-bg, 10%); } .ace_code_block { - font-family: Menlo, Consolas, "Courier New", monospace; color: @primary-color; }