blob: 956bb8e45ef7dc4ab7163eaf099281844c5fccc3 (
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: uppercase;
}
</style>
<body>
<p>The two lines should match:
<p><span id="ref">S 🇸🇪 v e</span>
<p><span id="ref">S 🇸🇪 v e</span>
</body>
|