зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
368 B
HTML
22 строки
368 B
HTML
<!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>
|