UNPKG

890 BHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Demo: Typography</title>
6
7 <link rel="stylesheet" href="../build/fonts/galano/galano.css" />
8 <link rel="stylesheet" href="../build/fonts/icon-12/icon-12.css" />
9 <link rel="stylesheet" href="../build/fonts/icon-16/icon-16.css" />
10 <link rel="stylesheet" href="../build/marble.css" />
11 <link rel="stylesheet" href="../build/templates/docs.css" />
12
13</head>
14
15<body>
16 <div class="docs">
17 <div class="guide-content">
18 <h6>The quick brown fox jumps over the lazy dog.</h6>
19 <h5>The quick brown fox jumps over the lazy dog.</h5>
20 <h4>The quick brown fox jumps over the lazy dog.</h4>
21 <h3>The quick brown fox jumps over the lazy dog.</h3>
22 <h2>The quick brown fox jumps over the lazy dog.</h2>
23 <h1>The quick brown fox jumps over the lazy dog.</h1>
24 </div>
25 </div>
26</body>
27</html>