HelveticaNeue.htm 1.21 KB
<html>
<head>

   <title>HelveticaNeue</title>

   <style type="text/css" media="screen, print">

      @font-face {
                        font-family: 'HelveticaNeue';
                        src: url('HelveticaNeue.eot');
       }

      @font-face {
                        font-family: 'HelveticaNeue';
                        src: url('HelveticaNeue.woff') format('woff'),
                        url('HelveticaNeue.svg#HelveticaNeue') format('svg');
       }

      h1 { font-family: "HelveticaNeue", serif }

      h2 { font-family: "HelveticaNeue", serif }

      h3 { font-family: "HelveticaNeue", serif }

      h4 { font-family: "HelveticaNeue", serif }

      h5 { font-family: "HelveticaNeue", serif }

      h6 { font-family: "HelveticaNeue", serif }

      body { font-family: "Helvetica", serif }

   </style>
</head>
<body>
   <p>This is an example of the "HelveticaNeue" web font file.

   <h1>Helvetica Neue</h1>
   <h2>Helvetica Neue</h2>
   <h3>Helvetica Neue</h3>
   <h4>Helvetica Neue</h4>
   <h5>Helvetica Neue</h5>
   <h6>Helvetica Neue</h6>

   <p><strong>Note: Web Fonts may not work with all web browsers.</strong><br>

   Please check your web browser documentation for Web Font support.
</body>
</html>