diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-13 17:09:54 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-13 17:09:54 +0100 |
| commit | 29330b3e707d975bfb05024338123f3f131127d5 (patch) | |
| tree | 3bbf7bb6a2a3dcf8bbbde790bea8ea0a9f4a64de /webAO/styles/chatbox/dgs.css | |
| parent | 0b77e08379d2d8a32020cf5b78b89ca3973ab204 (diff) | |
use GAA fonts if installed
Diffstat (limited to 'webAO/styles/chatbox/dgs.css')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 9ab6ece..654b86c 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -74,7 +74,7 @@ top: 0; border-radius: 3px; position: absolute; - font-family: "Bitter", "Times New Roman", serif; + font-family: "FOT-スキップ Std B", "Bitter", "Times New Roman", sans-serif; } #client_inner_name { @@ -100,7 +100,7 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; - font-family: 'Cabin Condensed', sans-serif; + font-family: "FOTToplar", "Cabin Condensed", sans-serif; } #client_inner_chat { @@ -132,4 +132,4 @@ 100% { right: 0.6em; } -}
\ No newline at end of file +} |
