diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 20:04:14 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 20:04:14 -0700 |
commit | 62c2120286ddc39110b8ab01c4248ab5a8604b66 (patch) | |
tree | 788b47bd1b554c70ac718a77731da6039601500b /util/tmpl | |
parent | 46a2f0e87b8467cb5efa1924a977bce2dbd7c819 (diff) |
Use KanjiStrokeOrders
Diffstat (limited to 'util/tmpl')
-rw-r--r-- | util/tmpl/header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/tmpl/header.html b/util/tmpl/header.html index 6245099f..2256b08a 100644 --- a/util/tmpl/header.html +++ b/util/tmpl/header.html @@ -3,6 +3,12 @@ <head> <meta charset="UTF-8"> <title></title> + <style> + @font-face { + font-family: "KanjiStrokeOrders"; + src: url("{{root}}/ttf/kanji-stroke-orders.ttf"); + } + </style> <link rel="stylesheet" href="{{root}}/css/frame.css"> </head> <body> |