blob: 298d6c25521269783da043399c98657e4ff07ffb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
src: url(../fonts/NotoSansMongolian-Regular.ttf);
}
div {
writing-mode: vertical-lr;
text-orientation: upright; /* should have no effect on Mongolian */
font-family: test;
font-size: 32px;
}
</style>
<div>
ᠮᠣᠨᠭᠭᠣᠯ ᠬᠡᠯᠡ
|