1722689-1-ref.html (257B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <style> 4 @font-face { 5 font-family: Ahem; 6 src: local("Ahem"), url(Ahem.ttf); 7 } 8 div { 9 width: 0; 10 height: 0; 11 position: absolute; 12 top: 50px; 13 font: 0.5px/0 Ahem; 14 transform: scale(50); 15 } 16 </style> 17 <div>test</div>