diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-09 19:07:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-09 19:07:39 -0700 |
commit | 8438a1fe321772ddba479437db40097e4a208a0b (patch) | |
tree | 6391416358a5e4960717ddd7903fbb88ca573272 /ext/manifest.json | |
parent | 64bdc7ea5e9bea85982130947e8517cbd9c568a9 (diff) |
Custom fonts for Japanese
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index a5ced735..b6175551 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -23,11 +23,12 @@ "web_accessible_resources": [ "fg/css/frame.css", - "fg/js/frame.js", - "fg/ttf/kanji-stroke-orders.ttf", "fg/img/add_expression.png", + "fg/img/add_kanji.png", "fg/img/add_reading.png", - "fg/img/add_kanji.png" + "fg/js/frame.js", + "fg/ttf/kanji-stroke-orders.ttf", + "fg/ttf/vl-gothic-regular.ttf" ], "content_scripts": [{ |