clip-ref.html (333B)
1 <html> 2 <head> 3 <style type="text/css"> 4 @font-face { 5 font-family : svgttf; 6 src : url(resources/svg.woff); 7 } 8 9 body { 10 font-family : svgttf; 11 font-size : 200px; 12 color : palevioletred; 13 } 14 </style> 15 </head> 16 <body> 17 <div> 18 O<br> 19 </div> 20 </body> 21 </html>