From 16f6230524da4f6e866e533bf4ecd8b7534e1aff Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 23 Aug 2017 18:39:54 +0300 Subject: [PATCH] Only override font properties we need --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 1d00500..f522938 100644 --- a/theme.css +++ b/theme.css @@ -27,7 +27,8 @@ body, .messages .msg, .sidebar, #windows #form .input { - font: 14px "Roboto", "Noto Sans", "Noto Sans Emoji"; + font-size: 14px; + font-family: "Roboto", "Noto Sans", "Noto Sans Emoji"; } i.hostmask {