# HG changeset patch # User domruf # Date 2017-10-26 22:39:18 # Node ID 9136c3c1680ee5271098a551b9001b5226b9f0f0 # Parent b983522e7c13588a3134d83b1108c043c19414a9 less: use bootstrap default font I think it looks much better. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -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 { diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -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 {