tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

available-002a.xht (1140B)


      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="flags" content="interact" />
     11 		<meta name="assert" content="Fonts must be loaded from font collections." />
     12 		<style type="text/css"><![CDATA[
     13 			@import url("test-fonts.css");
     14 			@font-face {
     15 				font-family: "WOFF Test";
     16 				src: url("available-002.woff2#1") format("woff2");
     17 			}
     18 			body {
     19 				font-size: 20px;
     20 			}
     21 			pre {
     22 				font-size: 12px;
     23 			}
     24 			.test {
     25 				font-family: "WOFF Test", "WOFF Test CFF Fallback";
     26 				font-size: 200px;
     27 				margin-top: 50px;
     28 			}
     29 		]]></style>
     30 	</head>
     31 	<body>
     32 		<div class="test">P</div>
     33 	</body>
     34 </html>