diff options
| author | sD <stoned@derpymail.org> | 2020-04-02 14:27:17 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-02 14:27:17 +0200 |
| commit | 1bb03e1fe25ccf2de5c74729e757bd06cffcc492 (patch) | |
| tree | f26cffad607cb5089013ecced85c910f9e017c96 /webAO/styles | |
| parent | f9e3c4da182d9d8b751178a6ece798c7a8062e31 (diff) | |
dgs font
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index e5ea3db..5df55d2 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -1,3 +1,15 @@ +@font-face { + font-family: 'Cabin Condensed'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local('Cabin Condensed'), local('CabinCondensed-Regular'), url(https://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwqZ-LY.woff2) format('woff2'); +} + +#chatcontainer { + font-family: 'Cabin Condensed', sans-serif; +} + #client_name { display: none; padding: 0px 6px; |
