diff options
| author | sD <stoned@derpymail.org> | 2020-05-04 17:59:21 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-04 17:59:21 +0200 |
| commit | f6d43121a65607c4b0ad34e8cb6e25ff649f6909 (patch) | |
| tree | 3ddae57ea400c782fe61dd2c21da7af1953ab7a6 | |
| parent | 89d4e999aa7aee6bb098f65a062dbc17e501e77c (diff) | |
aa: wrong directory
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 9db2411..157f3ae 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.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; } |
