diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 18:55:13 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 18:55:13 +0200 |
| commit | 9548afea4b98ad1a100d20f81c9689eff6c210fb (patch) | |
| tree | a52532fe65482bd850dfc770e8028eb2b43dd3a0 /webAO/styles/chatbox | |
| parent | 9ba6090591afa56ce0ee72469c5874b7b8303e9a (diff) | |
use original P4 font if installed
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/p4.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
