Files
palemoon27/browser/devtools/fontinspector/test/test_iframe.html
T
2018-07-24 23:29:57 +08:00

12 lines
122 B
HTML

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