marble
Version:
WeDeploy's style guide and UI components
28 lines (24 loc) • 860 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo: Typography</title>
<link rel="stylesheet" href="../build/fonts/galano/galano.css" />
<link rel="stylesheet" href="../build/fonts/icon-12/icon-12.css" />
<link rel="stylesheet" href="../build/fonts/icon-16/icon-16.css" />
<link rel="stylesheet" href="../build/marble.css" />
<link rel="stylesheet" href="../build/templates/docs.css" />
</head>
<body>
<div class="docs">
<div class="guide-content">
<h6>The quick brown fox jumps over the lazy dog.</h6>
<h5>The quick brown fox jumps over the lazy dog.</h5>
<h4>The quick brown fox jumps over the lazy dog.</h4>
<h3>The quick brown fox jumps over the lazy dog.</h3>
<h2>The quick brown fox jumps over the lazy dog.</h2>
<h1>The quick brown fox jumps over the lazy dog.</h1>
</div>
</div>
</body>
</html>