text-font-face-load-image-ref.html (247B)
1 <!doctype html> 2 <style> 3 @font-face { 4 font-family: CustomFont; 5 src: url("/fonts/Ahem.ttf"); 6 } 7 svg { font: 25px/1 CustomFont } 8 body { margin: 0 } 9 </style> 10 <svg width="800" height="80"> 11 <text x="0" y="0">Hello, world!</text> 12 </svg>