changeset 7036:9136c3c1680e

less: use bootstrap default font I think it looks much better.
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 22:39:18 +0200
parents b983522e7c13
children 692484bbd445
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Oct 26 19:41:21 2017 +0200
+++ b/kallithea/public/css/style.css	Thu Oct 26 22:39:18 2017 +0200
@@ -9,7 +9,6 @@
  */
 body {
   background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
-  font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 }
 /* Undo unfortunate Bootstrap default styling */
 body pre {
--- a/kallithea/public/less/style.less	Thu Oct 26 19:41:21 2017 +0200
+++ b/kallithea/public/less/style.less	Thu Oct 26 22:39:18 2017 +0200
@@ -10,7 +10,6 @@
 
 body {
   background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
-  font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 }
 /* Undo unfortunate Bootstrap default styling */
 body pre {