blob: 1e6b90a82f6789838301602f6e83be80486db111 [file] [log] [blame]
<html>
<head>
<style>
@font-face {
font-family: customFont;
src: url(Ahem.ttf);
}
</style>
</head>
<body contenteditable style="font-family: customFont; font-size: 48px;">Lorem Ipsum
<script>
document.body.focus();
</script>
</body>
</html>