mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37 lines
498 B
HTML
37 lines
498 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;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: MyUltralight;
|
||
|
src: local(HelveticaNeue-UltraLight);
|
||
|
font-weight: 100;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-family: MyUltralight, serif;
|
||
|
font-weight: 100;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
</script>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<p>Lovely lightness!!</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|