diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-07 16:54:41 +0200 |
| commit | 6a317fdbd6080fa867aa065c4360ea56945b9ab1 (patch) | |
| tree | 54be675e38e63efda8d745be5f21ebf193424e27 /webAO/styles/chatbox/chatfuture.css | |
| parent | 9f3806fed2b99f67a5b38941cd902634f6676d23 (diff) | |
| parent | 82eaeeddb422968a66fb75b16e3451db566c19de (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/chatbox/chatfuture.css')
| -rw-r--r-- | webAO/styles/chatbox/chatfuture.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index 7fc704f..ae206b0 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -31,11 +31,10 @@ } @font-face { - font-family: 'ace_attorneyregular'; - src: url('../ace-attorney.woff2') format('woff2'), - url('../ace-attorney.woff') format('woff'); - font-weight: normal; - font-style: normal; + font-family:'Igiari Cyrillic'; + src: url('../igiari/igiari-cyrillic.ttf'); + font-weight:normal; + font-style:normal; } #client_chatcontainer { @@ -46,7 +45,7 @@ height: 40%; width: 100%; filter: none; - font-family: "Ace Attorney", "ace_attorneyregular", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; + font-family: "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_name { |
