diff options
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/css/display.css | 2 | ||||
-rw-r--r-- | ext/mixed/js/audio-system.js | 2 | ||||
-rw-r--r-- | ext/mixed/mp3/button.mp3 | bin | 17735 -> 0 bytes | |||
-rw-r--r-- | ext/mixed/ttf/kanji-stroke-orders.ttf | bin | 17999116 -> 0 bytes |
4 files changed, 2 insertions, 2 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'); } diff --git a/ext/mixed/js/audio-system.js b/ext/mixed/js/audio-system.js index 0933d90e..cf63511f 100644 --- a/ext/mixed/js/audio-system.js +++ b/ext/mixed/js/audio-system.js @@ -35,7 +35,7 @@ class AudioSystem { getFallbackAudio() { if (this._fallbackAudio === null) { - this._fallbackAudio = new Audio('/mixed/mp3/button.mp3'); + this._fallbackAudio = new Audio('/data/audio/button.mp3'); } return this._fallbackAudio; } diff --git a/ext/mixed/mp3/button.mp3 b/ext/mixed/mp3/button.mp3 Binary files differdeleted file mode 100644 index 7a9728d1..00000000 --- a/ext/mixed/mp3/button.mp3 +++ /dev/null diff --git a/ext/mixed/ttf/kanji-stroke-orders.ttf b/ext/mixed/ttf/kanji-stroke-orders.ttf Binary files differdeleted file mode 100644 index 154fa473..00000000 --- a/ext/mixed/ttf/kanji-stroke-orders.ttf +++ /dev/null |