mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
11 lines
224 B
HTML
11 lines
224 B
HTML
<!DOCTYPE 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>
|