From: Vsevolod Stakhov Date: Tue, 1 Nov 2016 15:42:01 +0000 (+0000) Subject: [WebUI] Use safer fonts X-Git-Tag: 1.4.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5b597761474dd3416f2e9c27853cc7baed6268;p=thirdparty%2Frspamd.git [WebUI] Use safer fonts --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a2bd50d891..eb6c9c0c83 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -27,7 +27,7 @@ a { outline:none; } textarea { - font-family:Monaco,Menlo,Consolas,"Courier New",monospace; + font-family:"Courier New", Courier, monospace; } .login { @@ -145,7 +145,7 @@ input::-webkit-inner-spin-button { } .table-log td, .table-log td .label { - font-family:Monaco,Menlo,Consolas,"Courier New",monospace; + font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:11px; } .table-log th:first-child,