diff options
Diffstat (limited to 'tmpl/header.html')
-rw-r--r-- | tmpl/header.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tmpl/header.html b/tmpl/header.html index 2256b08a..b7fad070 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -5,8 +5,12 @@ <title></title> <style> @font-face { - font-family: "KanjiStrokeOrders"; - src: url("{{root}}/ttf/kanji-stroke-orders.ttf"); + font-family: kanji-stroke-orders; + src: url('{{root}}/ttf/kanji-stroke-orders.ttf'); + } + @font-face { + font-family: vl-gothic-regular; + src: url('{{root}}/ttf/vl-gothic-regular.ttf'); } </style> <link rel="stylesheet" href="{{root}}/css/frame.css"> |