From 3aa9f1645043d27095cac935dd36627a0e2a109d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Oct 2018 17:48:57 +0200 Subject: Use lato font --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 5ea60be..ccdb8b8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +* { + font-family: Lato; +} + window { background-color: #2f3136; } @@ -129,6 +133,11 @@ separator { .chat-message-username { color: #0fc0fc; + font-size: 14px; +} + +.chat-message-text { + font-size: 13px; } textview { -- cgit v1.2.3