<html> | |
<head> | |
<title>text-combine demo</title> | |
<style type="text/css"> | |
.combine { | |
-webkit-text-combine: horizontal; | |
} | |
body { | |
-webkit-writing-mode: vertical-rl; | |
} | |
</style> | |
</head> | |
<body> | |
<p style="font-family: Times">Times: <span class="combine">16</span></p> | |
<p style="font-family: Hiragino Mincho Pro">Hiragino Mincho Pro: <span class="combine">16</span></p> | |
<p style="font-family: STHeitiSC-Light">STHeitiSC-Light: <span class="combine">16</span></p> | |
</body> | |
</html> |