From 9548afea4b98ad1a100d20f81c9689eff6c210fb Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 25 Apr 2020 18:55:13 +0200 Subject: use original P4 font if installed --- webAO/styles/chatbox/p4.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css index bb37052..2dd10da 100644 --- a/webAO/styles/chatbox/p4.css +++ b/webAO/styles/chatbox/p4.css @@ -36,7 +36,8 @@ height: 30%; bottom: 0; left: 0; - font-family: Arial, sans-serif; + font-family: "FOT-Skip Std", Arial, sans-serif; + line-height: 1; } #client_name { -- cgit