typst/tests/ref/html/smallcaps-all.html
Lachlan Kermode 99015efa66 Removes test from text/deco.typ
A test already exists for small caps; it now also tests HTML render.
2025-07-16 22:46:37 +02:00

11 lines
307 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p><span style="font-variant-caps: small-caps">Test 012</span><br><span style="font-variant-caps: all-small-caps">Test 012</span></p>
</body>
</html>