You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/utilities/typography.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ bundle: utilities
8
8
9
9
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.
10
10
11
-
11
+
12
12
13
13
Font sizes are smaller on mobile and scale up at the `md`[breakpoint](/css/support/breakpoints) to be larger on desktop.
14
14
@@ -67,7 +67,8 @@ Lighter font-weight utilities are available in a limited range. Lighter font-wei
67
67
```
68
68
69
69
## 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`).
0 commit comments