diff --git a/README.md b/README.md
index 5cb6cf0..1460ba6 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,13 @@ Never used by itself; always in support of another piece of content on the page.
![screenshot of small text](/screenshots/small.png?raw=true)
+### Label Text
+
+Used for labels. Its font size/line spacing is relative to the root font
+and respond to viewport width changes.
+
+![screenshot of small text](/screenshots/label.png?raw=true)
+
### Headings
There are four available heading styles. These would typically be applied to the `
`, `
`, `
` and `
` HTML elements, though it's not a requirement.
@@ -76,6 +83,10 @@ Mixins are also available for standard body, compact body, small body and headin
@include d2l-body-small();
}
+.label {
+ @include d2l-label-text();
+}
+
h1 {
@include d2l-heading-1();
}
@@ -123,6 +134,9 @@ Additional CSS classes are available for standard body, compact body, small body