blob: 793c57046f8cd803dba9037acb1912d9650b2afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
src: url('../fonts/gw1270797.ttf') format("truetype");
}
html {
font-size: 72pt;
font-family: test, sans-serif;
writing-mode: vertical-rl;
text-orientation: mixed;
}
</style>
</head>
<body>
神神󠄀神󠄃神︀
</body>
</html>
|