svg-glyph-html.html (359B)
1 <!DOCTYPE html> 2 <title>Test for SVG glyphs being used in HTML content</title> 3 <style> 4 @font-face { 5 font-family: "Liberation"; 6 src: url(resources/svg.woff); 7 } 8 html { width: 400px; height: 400px; background-color: white; } 9 body { margin: 0; } 10 div { font: 200px Liberation; color: fuchsia; line-height: 1; stroke: none; } 11 </style> 12 <div>b</div>