aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-05-05 21:07:20 +0200
committersD <stoned@derpymail.org>2020-05-05 21:07:20 +0200
commitf5addbfee25d38b93782cab270490a67db7e79c8 (patch)
tree65dcc0efb49ab510aee41f84d9ff8cd7a2aa07f4
parentc3e68fa2c11420b493574ceb56d16e8790c6b71b (diff)
give future chatbox the font if its missing
-rw-r--r--webAO/styles/chatbox/chatfuture.css4
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;
}