<html>
<head>
<style>
@font-face {
font-family: 'ahem';
src: url(../../resources/Ahem.ttf);
}
</style>
</head>
<body>
<div style="font-family: ahem;">
Hello from the iframe.
</div>
</body>
</html>
<html>
<head>
<style>
@font-face {
font-family: 'ahem';
src: url(../../resources/Ahem.ttf);
}
</style>
</head>
<body>
<div style="font-family: ahem;">
Hello from the iframe.
</div>
</body>
</html>