<!doctype html> <html> <head>

<link href="/basic.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/webfont.js"></script>
<script type="text/javascript">
  WebFont.load({
    monotype: {
      projectId: 'b726c28f-a28a-45be-993f-3db719bacfab'
    }
  });
</script>

</head> <body>

 <h1>
  Hello World. I am DIN Next Bold.
</h1>

<hr>
<p>
  <a href="#" onClick="document.getElementsByTagName('body')[0].style.color = '#fff';return false;">Hide Page</a> |
  <a href="/monotype.html">Reload Cached</a>
</p>
<p class="c1">
  The goal of this page is to show how monotype fonts load. And I'm Albertus Regular
</p>

<p class="c2">
  You must use "localhost" when testing monotype fonts. And this is Trade Gothic Condensed
</p>

</body> </html>