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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ _**Requires Eleventy v3.0.1 or newer.**_
8
8
9
9
## Features
10
10
11
-
- Using [Font Awesome v7](https://fontawesome.com/icons): choose from any of the 2089 free icons provided by Font Awesome or optionally add Pro sets too.
11
+
- Using [Font Awesome v7](https://fontawesome.com/icons): choose from any of the 2000+ free icons provided by Font Awesome or optionally add Pro sets too.
12
12
- Creates a customized per-page de-duplicated SVG sprite-sheet for _any_ template in Eleventy that outputs HTML (yes, even Markdown).
13
13
- Driven via HTML: copy HTML directly from the Font Awesome docs (e.g. `<i class="fa-regular fa-user"></i>`).
14
14
- SVG-only. No additional CSS or JavaScript is added.
Add the HTML markup from any of the 2000+ free icons from the Font Awesome library directly into any Eleventy template type (yes, Markdown, too) (e.g. `<i class="fa-regular fa-user"></i>`):
Somewhere on your page (probably in an [Eleventy Layout file](https://www.11ty.dev/docs/layouts/)), you’ll want to output the spritesheet from the [Bundle Plugin](https://www.11ty.dev/docs/plugins/bundle/):
0 commit comments