Sha256: f6c14b30a69a2f9ba10f6a4849261da9312a649131374ba1cc05d6761b2e9279
Contents?: true
Size: 1.04 KB
Versions: 91
Compression:
Stored size: 1.04 KB
Contents
<!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({ google: { families: ['Droid Sans', 'Tangerine'] } }); </script> <style type="text/css"> h1 { visibility: hidden; } html.wf-droidsans-n4-active h1.droid { visibility: visible; font-family: 'Droid Sans'; } html.wf-tangerine-n4-active h1.tangerine { visibility: visible; font-family: 'Tangerine'; } </style> </head> <body> <h1 class="droid"> Hello World. I am Droid Sans. </h1> <h1 class="tangerine"> Hello World. I am Tangerine. </h1> <hr> <p> <a href="#" onclick="document.getElementsByTagName('body')[0].style.color = '#fff';return false;">Hide Page</a> | <a href="/event-css-active-multiple.html">Reload Cached</a> </p> <p> The goal of this page is to use CSS to show each part of the page when its font has loaded. </p> </body> </html>
Version data entries
91 entries across 91 versions & 1 rubygems