unicoderange-2.html (1026B)
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 } 19 20 @font-face { 21 font-family: "One"; 22 src: url(../fonts/mark2A.ttf); 23 } 24 25 @font-face { 26 font-family: "One"; 27 src: url(../fonts/markB.ttf); 28 unicode-range: u+42; 29 } 30 31 @font-face { 32 font-family: "One"; 33 src: url(../fonts/mark2B.ttf); 34 unicode-range: u+42; 35 } 36 37 @font-face { 38 font-family: "One"; 39 src: url(../fonts/mark2A.ttf); 40 unicode-range: u+41; 41 } 42 43 @font-face { 44 font-family: "One"; 45 src: url(../fonts/markA.ttf); 46 unicode-range: u+41; 47 } 48 49 body { font-family: ahemspace, "One"; } 50 51 </style> 52 </head> 53 <body> 54 55 <p>ABC</p> 56 57 </body> 58 </html>