From ad5b597761474dd3416f2e9c27853cc7baed6268 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 1 Nov 2016 15:42:01 +0000 Subject: [PATCH] [WebUI] Use safer fonts --- interface/css/rspamd.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.3