tenfourfox/layout/reftests/font-matching/lucidaconsole-bold.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
292 B
HTML

<!DOCTYPE HTML><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body { margin: 50px; font-size: 72pt; }
#test { font-family: "Lucida Console", serif; font-weight: bold; }
</style>
</head>
<body><p id="test">Bongo</p></body>
</html>