ladybird/Tests/LibWeb/Layout/input/css-font-size-math.html
Sam Atkins f7209fb9d4 LibWeb: Implement font-size: math
This is a MathML extension, basically a big hack to make parts of
equations smaller, such as sub/superscripts. The important thing is, it
works. :^)
2023-09-11 17:03:22 +01:00

11 lines
208 B
HTML

<style>
body {
font: 72px SerenitySans;
}
span {
font-size: math;
math-depth: add(1);
}
</style>
<span>H<span>e<span>l<span>l<span>o</span></span></span></span></span>