Dactyloidae/devtools/client/inspector/fonts/test/test_iframe.html

11 lines
122 B
HTML

<!DOCTYPE html>
<style>
div{
font-family: "Times New Roman";
}
</style>
<body>
<div>Hello world</div>
</body>