yomichan/tmpl/header.html

19 lines
539 B
HTML
Raw Normal View History

2016-04-14 20:36:00 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
2016-04-24 20:04:14 -07:00
<style>
@font-face {
2016-05-09 19:07:39 -07:00
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');
2016-04-24 20:04:14 -07:00
}
</style>
2016-04-24 16:18:47 -07:00
<link rel="stylesheet" href="{{root}}/css/frame.css">
2016-04-14 20:36:00 -07:00
</head>
<body>