Only override font properties we need

This commit is contained in:
Pavel Djundik 2017-08-23 18:39:54 +03:00 committed by GitHub
parent f7d4536abc
commit 16f6230524
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ body,
.messages .msg, .messages .msg,
.sidebar, .sidebar,
#windows #form .input { #windows #form .input {
font: 14px "Roboto", "Noto Sans", "Noto Sans Emoji"; font-size: 14px;
font-family: "Roboto", "Noto Sans", "Noto Sans Emoji";
} }
i.hostmask { i.hostmask {