aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-01 15:42:01 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-01 15:42:01 +0000
commitad5b597761474dd3416f2e9c27853cc7baed6268 (patch)
treee84ab68702f179237cc2135e6d5dac39e2b2d119 /interface
parent7a820f15c13ead1dc2675c42296bcf80bb424098 (diff)
downloadrspamd-ad5b597761474dd3416f2e9c27853cc7baed6268.tar.gz
rspamd-ad5b597761474dd3416f2e9c27853cc7baed6268.zip
[WebUI] Use safer fonts
Diffstat (limited to 'interface')
-rw-r--r--interface/css/rspamd.css4
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,