1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-05 22:59:12 +00:00
Files
UXP/devtools/client/inspector/fonts/test/test_iframe.html
T

12 lines
122 B
HTML

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