Skip to content

Commit

Permalink
docs(material/icon): update the FontAwesome example link (#24954)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
victorwvieira authored Jun 1, 2022
1 parent 7736515 commit d0f803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/icon/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use the desired font, or to an alias previously registered with

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

0 comments on commit d0f803c

Please sign in to comment.