From f6d43121a65607c4b0ad34e8cb6e25ff649f6909 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 4 May 2020 17:59:21 +0200 Subject: aa: wrong directory --- webAO/styles/chatbox/aa.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/styles/chatbox/aa.css') 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; } -- cgit