mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	 f7209fb9d4
			
		
	
	
		f7209fb9d4
		
	
	
	
	
		
			
			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>
 |