diff options
| author | sD <stoned@derpymail.org> | 2020-05-05 21:07:20 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-05 21:07:20 +0200 |
| commit | f5addbfee25d38b93782cab270490a67db7e79c8 (patch) | |
| tree | 65dcc0efb49ab510aee41f84d9ff8cd7a2aa07f4 /webAO | |
| parent | c3e68fa2c11420b493574ceb56d16e8790c6b71b (diff) | |
give future chatbox the font if its missing
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/chatfuture.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index f1f881e..7fc704f 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -32,8 +32,8 @@ @font-face { font-family: 'ace_attorneyregular'; - src: url('ace-attorney.woff2') format('woff2'), - url('ace-attorney.woff') format('woff'); + src: url('../ace-attorney.woff2') format('woff2'), + url('../ace-attorney.woff') format('woff'); font-weight: normal; font-style: normal; } |
