layout/reftests/font-face/helveticaneue-ultra.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-face/helveticaneue-ultra.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Helvetica Neue UltraLight</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +  
    1.10 +<style type="text/css">
    1.11 +
    1.12 +body {
    1.13 +  margin: 50px;
    1.14 +  font-size: 60pt;
    1.15 +}
    1.16 +
    1.17 +p {
    1.18 +  font-family: Helvetica Neue, serif;
    1.19 +  font-weight: 100;
    1.20 +}
    1.21 +
    1.22 +</style>
    1.23 +  
    1.24 +<script type="text/javascript">
    1.25 +
    1.26 +</script>
    1.27 +  
    1.28 +</head>
    1.29 +<body>
    1.30 +
    1.31 +<p>Lovely lightness!!</p>
    1.32 +
    1.33 +</body>
    1.34 +</html>
    1.35 \ No newline at end of file

mercurial