aboutsummaryrefslogtreecommitdiffstats
path: root/css/fonts/chunkfive/demo.html
diff options
context:
space:
mode:
authorMax Howell2010-03-13 17:38:42 +0000
committerMax Howell2010-03-13 17:38:42 +0000
commite2131b7418a67172ec16d55c3b4f6efed994cac0 (patch)
tree1f16556d20382c82a1e71649107bcc22b64ee64c /css/fonts/chunkfive/demo.html
parent48a9abba16e7b8157e1692947a8b771ef1091a9b (diff)
parent7c44d3a9ba3fac7db734632fc399e9c673cacae1 (diff)
downloadhomebrew-e2131b7418a67172ec16d55c3b4f6efed994cac0.tar.bz2
Fabulous new design by Rémi Prévost
Diffstat (limited to 'css/fonts/chunkfive/demo.html')
-rw-r--r--css/fonts/chunkfive/demo.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/css/fonts/chunkfive/demo.html b/css/fonts/chunkfive/demo.html
new file mode 100644
index 000000000..5676fbdbd
--- /dev/null
+++ b/css/fonts/chunkfive/demo.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+ <title>Font Face Demo</title>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8">
+ <style type="text/css" media="screen">
+ h1.fontface {font: 60px/68px 'ChunkFiveRegular', Arial, sans-serif;letter-spacing: 0;}
+
+ p.style1 {font: 18px/27px 'ChunkFiveRegular', Arial, sans-serif;}
+
+ #container {
+ width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="container">
+ <h1 class="fontface">Font-face Demo for the ChunkFive Font</h1>
+
+
+
+ <p class="style1">ChunkFive Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ </div>
+</body>
+</html>