From a4c3cad6237a09839953dc71be6114a1e32822d5 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 25 Apr 2020 21:04:00 +0200 Subject: the name uses a different font --- webAO/styles/chatbox/dgs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 063d0f8..0530dff 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -39,7 +39,6 @@ } #client_chatcontainer { - font-family: 'Cabin Condensed', sans-serif; position: absolute; bottom: 0; left: 0; @@ -62,6 +61,7 @@ top: 0; border-radius: 3px; position: absolute; + font-family: "Times New Roman", serif; } #client_inner_name { @@ -87,6 +87,7 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; + font-family: 'Cabin Condensed', sans-serif; } #client_chat p { -- cgit