Sha256: c288af66796f32bcad0b9649d6a2a7e7e89ea9cbe0ac3e3866171019fdf0c03c
Contents?: true
Size: 1012 Bytes
Versions: 70
Compression:
Stored size: 1012 Bytes
Contents
<!doctype html> <html> <head> <link href="/basic.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="/webfont.js"></script> <style> iframe { height: 100px; width: 100%; } </style> </head> <body> <script type="text/javascript"> function loaded() { frames["child"].document.body.innerHTML = "<h1>Hello World. I am DIN Next Bold.</h1>"; WebFont.load({ monotype: { projectId: 'b726c28f-a28a-45be-993f-3db719bacfab' }, context: frames["child"] }); } </script> <iframe name="child" src="/blank.html" onload="loaded()"></iframe> <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> The goal of this page is to show how monotype fonts load in a child iframe. </p> <p> You must use "localhost" when testing monotype fonts. </p> </body> </html>
Version data entries
70 entries across 70 versions & 1 rubygems