From 56eefe2ab4d22b270c41f9bcb4fd7a092067fbe0 Mon Sep 17 00:00:00 2001
From: James Kyle <me@thejameskyle.com>
Date: Wed, 19 Aug 2015 15:10:44 -0700
Subject: [PATCH] Add code example to display typography

---
 docs/content/typography.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/content/typography.md b/docs/content/typography.md
index 69ead9b83e..f84a44c4d1 100644
--- a/docs/content/typography.md
+++ b/docs/content/typography.md
@@ -100,6 +100,13 @@ Traditional heading elements are designed to work best in the meat of your page
   </table>
 </div>
 
+{% highlight html %}
+<h1 class="display-4">Display 4</h1>
+<h1 class="display-3">Display 3</h1>
+<h1 class="display-2">Display 2</h1>
+<h1 class="display-1">Display 1</h1>
+{% endhighlight %}
+
 ## Lead
 
 Make a paragraph stand out by adding `.lead`.
-- 
GitLab