available-002b.xht (1097B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <!-- THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT. --> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> 6 <title>WOFF Test: Font access</title> 7 <link rel="author" title="Khaled Hosny" href="http://khaledhosny.org" /> 8 <link rel="reviewer" title="Chris Lilley" href="mailto:chris@w3.org" /> 9 <link rel="help" href="http://dev.w3.org/webfonts/WOFF2/spec/#conform-mustLoadFontCollection" /> 10 <meta name="assert" content="Fonts must be loaded from font collections." /> 11 <style type="text/css"><![CDATA[ 12 @import url("test-fonts.css"); 13 @font-face { 14 font-family: "WOFF Test"; 15 src: url("available-002.woff2#2") format("woff2"); 16 } 17 body { 18 font-size: 20px; 19 } 20 pre { 21 font-size: 12px; 22 } 23 .test { 24 font-family: "WOFF Test", "WOFF Test CFF Fallback"; 25 font-size: 200px; 26 margin-top: 50px; 27 } 28 ]]></style> 29 </head> 30 <body> 31 <div class="test">P</div> 32 </body> 33 </html>