mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
31 lines
395 B
HTML
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> |