Mypal/layout/reftests/font-matching/lucidaconsole-oblique.html
2019-03-11 13:26:37 +03:00

10 lines
294 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-style: oblique; }
</style>
</head>
<body><p id="test">Bongo</p></body>
</html>