blob: 5a87a4b570ab9cb74ae82622285499c2f7a686c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<meta charset=utf-8>
<style>
span {
font-size: 36px;
font-kerning: none;
}
#ref {
text-transform: lowercase;
}
</style>
<body>
<p>The two lines should match:
<p><span id="ref">𐐔 𐐯 𐑅 𐐨 𐑉 𐐯 𐐻</span>
<p><span id="ref">𐐔 𐐯 𐑅 𐐨 𐑉 𐐯 𐐻</span>
</body>
|