downloadable-font-print.html (520B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3 <html lang="en-US"> 4 <head> 5 <title></title> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <link rel="match" href="downloadable-font-print-ref.html"> 8 <link rel="help" href="https://drafts.csswg.org/css-fonts/#font-face-rule"> 9 <style type="text/css"> 10 11 @font-face { 12 font-family: "MarkA"; 13 src: url(resources/markA.ttf); 14 } 15 16 body { font-family: "MarkA"; } 17 18 </style> 19 </head> 20 <body> 21 22 <p>A</p> 23 24 </body> 25 </html>