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/support/typography.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Font sizes are smaller on mobile and scale up at the `md` [breakpoint](./breakpo
24
24
| 5 | 14px | 14px | 17.5 | 21 |
25
25
| 6 | 12px | 12px | 15 | 18 |
26
26
27
-
The typography scale is used to create [typography utilities](/css/utilities/typography).
27
+
The typography scale is used to create [typography utilities](/utilities/typography).
28
28
29
29
## Typography variables
30
30
@@ -67,7 +67,7 @@ $lh-default: 1.5 !default;
67
67
68
68
## Typography Mixins
69
69
70
-
Typography mixins are available for heading styles and for our type scale. They can be used within components or custom CSS. The same styles are also available as [utilities](/css/utilities/typography#heading-utilities). which requires no additional CSS.
70
+
Typography mixins are available for heading styles and for our type scale. They can be used within components or custom CSS. The same styles are also available as [utilities](/utilities/typography#heading-utilities). which requires no additional CSS.
71
71
72
72
Heading mixins are available for `h1` through to `h6`, this includes the font-size and font-weight. Example:
0 commit comments