diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a2bd50d89..eb6c9c0c8 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, |