gecko/browser/devtools/fontinspector/test/browser_fontinspector.html

21 lines
278 B
HTML

<!DOCTYPE html>
<style>
@font-face {
font-family: bar;
src: url(bad/font/name.ttf), url(browser_font.woff) format("woff");
}
body{
font-family:Arial;
}
div {
font-family:Arial;
font-family:bar;
}
</style>
<body>
BODY
<div>DIV</div>
</body>