]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Use safer fonts
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 1 Nov 2016 15:42:01 +0000 (15:42 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 1 Nov 2016 15:42:01 +0000 (15:42 +0000)
interface/css/rspamd.css

index a2bd50d89189b5d9d7e5907cab319e36c2010d95..eb6c9c0c838280404198d83823234752812071e3 100644 (file)
@@ -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,