Skip to content

Commit 0ac38c2

Browse files
committed
Update typography.md
1 parent 6e853a1 commit 0ac38c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/utilities/typography.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bundle: utilities
88

99
Type utilities are designed to work in combination with line-height utilities so as to result in more sensible numbers wherever possible. These also exist as [variables](/css/support/typography#typography-variables) that you can use in components or custom CSS.
1010

11-
11+
1212

1313
Font sizes are smaller on mobile and scale up at the `md` [breakpoint](/css/support/breakpoints) to be larger on desktop.
1414

@@ -67,7 +67,8 @@ Lighter font-weight utilities are available in a limited range. Lighter font-wei
6767
```
6868

6969
## Line height styles
70-
Change the line height density with these utilities.
70+
71+
Change the line height density with these utilities. Responsive variants are also available (e.g. `.lh-sm-condensed`).
7172

7273
```html live
7374
<p class="lh-default">

0 commit comments

Comments
 (0)