19 lines
400 B
HTML
19 lines
400 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<style>
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(../fonts/ShipporiMincho-Regular.subset.otf);
|
|
}
|
|
.ref {
|
|
font: 40px test;
|
|
writing-mode: vertical-rl;
|
|
float: left;
|
|
text-orientation: upright;
|
|
}
|
|
</style>
|
|
<p>The three wavy dash glyphs below should all look the same:
|
|
|
|
<div class=ref>〜</div>
|
|
<div class=ref>〜</div>
|
|
<div class=ref>〜</div>
|