diff options
Diffstat (limited to 'util/tmpl/header.html')
-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> |