Skip to content

Commit dacbd10

Browse files
authored
Merge pull request #943 from MohamedElidrissi/patch-1
Fix broken links to typography utilities
2 parents a87823b + 331f25b commit dacbd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/support/typography.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Font sizes are smaller on mobile and scale up at the `md` [breakpoint](./breakpo
2424
| 5 | 14px | 14px | 17.5 | 21 |
2525
| 6 | 12px | 12px | 15 | 18 |
2626

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).
2828

2929
## Typography variables
3030

@@ -67,7 +67,7 @@ $lh-default: 1.5 !default;
6767

6868
## Typography Mixins
6969

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.
7171

7272
Heading mixins are available for `h1` through to `h6`, this includes the font-size and font-weight. Example:
7373

0 commit comments

Comments
 (0)