21 lines
481 B
HTML
21 lines
481 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script src="support/variant-class.js"></script>
|
|
<script src="support/variant-feature.js"></script>
|
|
<style>
|
|
@font-face {
|
|
font-family: halt-font;
|
|
src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
|
|
}
|
|
#container {
|
|
font-family: halt-font;
|
|
font-size: 20px;
|
|
text-spacing-trim: space-all;
|
|
}
|
|
.vrl {
|
|
writing-mode: vertical-rl;
|
|
}
|
|
</style>
|
|
<div id="container">
|
|
<div><span>国)(国国((国(国</span></div>
|
|
</div>
|