mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 17:15:08 +00:00

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. :^)
10 lines
208 B
HTML
10 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>
|