tenfourfox/layout/reftests/font-face/helveticaneue-ultra.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

31 lines
395 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Helvetica Neue UltraLight</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
margin: 50px;
font-size: 60pt;
}
p {
font-family: Helvetica Neue, serif;
font-weight: 100;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<p>Lovely lightness!!</p>
</body>
</html>