From 0e2aba41a06f4f83431decfa6611e6dbcd973822 Mon Sep 17 00:00:00 2001 From: Victor Vieira <8702612+victorwvieira@users.noreply.github.com> Date: Sun, 22 May 2022 12:01:47 +0200 Subject: [PATCH 1/3] Update icon.md Fixed the FontAwesome link. --- src/material/icon/icon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/icon/icon.md b/src/material/icon/icon.md index 3912ae273eb8..02fe429efd8c 100644 --- a/src/material/icon/icon.md +++ b/src/material/icon/icon.md @@ -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 +[FontAwesome](https://github.com/FortAwesome/angular-fontawesome) 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. From e5cb762a021bda8488a8b5fdf2eb761229b6370b Mon Sep 17 00:00:00 2001 From: Victor Vieira <8702612+victorwvieira@users.noreply.github.com> Date: Wed, 1 Jun 2022 08:52:38 +0200 Subject: [PATCH 2/3] Update icon.md docs(material/icon): update the FontAwesome example link. Update the FontAwesome link to a link with examples. Fixes #24954 --- src/material/icon/icon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/icon/icon.md b/src/material/icon/icon.md index 02fe429efd8c..c7cf9a5f81f2 100644 --- a/src/material/icon/icon.md +++ b/src/material/icon/icon.md @@ -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://github.com/FortAwesome/angular-fontawesome) uses this approach to display +[FontAwesome](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. From dff924be113cbc4df00b2204cd7225bdbf755ab1 Mon Sep 17 00:00:00 2001 From: Victor Vieira <8702612+victorwvieira@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:00:42 +0200 Subject: [PATCH 3/3] docs(material/icon): update the FontAwesome link Update the Font Awesome link to a link with examples. Fixes #24954 --- src/material/icon/icon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/icon/icon.md b/src/material/icon/icon.md index c7cf9a5f81f2..f9656cbbbcea 100644 --- a/src/material/icon/icon.md +++ b/src/material/icon/icon.md @@ -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://fontawesome.com/icons) 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.