diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:37:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 20:37:43 -0500 |
commit | 8454f52378b9410393262122c6920606e187e18f (patch) | |
tree | aee59787dc825fcb47ae06a404be33cf6521f774 /ext/mixed/css/display.css | |
parent | f70464e5f36e342c345d38823d5a7e4712df8df0 (diff) |
Move more data files (#1373)
* Move deinflect.json
* Move button.mp3
* Move fonts
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 476b2c35..bd381c6d 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -208,7 +208,7 @@ /* Fonts */ @font-face { font-family: kanji-stroke-orders; - src: url('/mixed/ttf/kanji-stroke-orders.ttf'); + src: url('/data/fonts/kanji-stroke-orders.ttf'); } |