1116480-1-fakeitalic-overflow-ref.html (586B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset='utf-8'/> 5 <meta name='viewport' content='initial-scale=1' /> 6 <style> 7 @font-face { 8 font-family: test; 9 src: url(../fonts/dejavu-sans/DejaVuSans.ttf); 10 } 11 12 body { 13 font-family: test; 14 } 15 16 .container { 17 padding: 1rem 0 0.3rem; 18 } 19 20 .placeholder { 21 font-style: italic; 22 position: absolute; 23 font-size: 8em; 24 } 25 </style> 26 </head> 27 <body> 28 <div class='container'> 29 <div class='placeholder'>aÍz 30 </div> 31 </body> 32 </html>