Skip to content

Commit d0f803c

Browse files
docs(material/icon): update the FontAwesome example link (#24954)
* Update icon.md Fixed the FontAwesome link. * Update icon.md docs(material/icon): update the FontAwesome example link. Update the FontAwesome link to a link with examples. Fixes #24954 * docs(material/icon): update the FontAwesome link Update the Font Awesome link to a link with examples. Fixes #24954
1 parent 7736515 commit d0f803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/icon/icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use the desired font, or to an alias previously registered with
2727

2828
Fonts can also display icons by defining a CSS class for each icon glyph, which typically uses a
2929
`:before` selector to cause the icon to appear.
30-
[FontAwesome](https://fortawesome.github.io/Font-Awesome/examples/) uses this approach to display
30+
[Font Awesome](https://fontawesome.com/icons) uses this approach to display
3131
its icons. To use such a font, set the `fontSet` input to the font's CSS class (either the class
3232
itself or an alias registered with `MatIconRegistry.registerFontClassAlias`), and set the `fontIcon`
3333
input to the class for the specific icon to show.

0 commit comments

Comments
 (0)