yomichan/tmpl/header.html

19 lines
539 B
HTML
Raw Normal View History

2016-04-15 03:36:00 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
2016-04-25 03:04:14 +00:00
<style>
@font-face {
2016-05-10 02:07:39 +00:00
font-family: kanji-stroke-orders;
src: url('{{root}}/ttf/kanji-stroke-orders.ttf');
2016-05-10 02:07:39 +00:00
}
@font-face {
font-family: vl-gothic-regular;
src: url('{{root}}/ttf/vl-gothic-regular.ttf');
2016-04-25 03:04:14 +00:00
}
</style>
<link rel="stylesheet" href="{{root}}/css/frame.css">
2016-04-15 03:36:00 +00:00
</head>
<body>