unicoderange-1.html (869B)
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 <style type="text/css"> 8 9 @font-face { 10 font-family: ahemspace; 11 src: url(../fonts/Ahem.ttf); 12 unicode-range: u+20; 13 } 14 15 @font-face { 16 font-family: "One"; 17 src: url(../fonts/markB.ttf); 18 unicode-range: u+42; 19 } 20 21 @font-face { 22 font-family: "One"; 23 src: url(../fonts/mark2B.ttf); 24 unicode-range: u+42; 25 } 26 27 @font-face { 28 font-family: "One"; 29 src: url(../fonts/mark2A.ttf); 30 unicode-range: u+41; 31 } 32 33 @font-face { 34 font-family: "One"; 35 src: url(../fonts/markA.ttf); 36 unicode-range: u+41; 37 } 38 39 body { font-family: ahemspace, "One"; } 40 41 </style> 42 </head> 43 <body> 44 45 <p>ABC</p> 46 47 </body> 48 </html>