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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Want to use Font Awesome Pro icons? Here's how to extend this library:
142
142
npm install --save @fortawesome/fontawesome-pro
143
143
```
144
144
145
-
4. **Update build process**: Modify `generate.js` to include Pro font files by changing `../node_modules/@fortawesome/fontawesome-free` to `../node_modules/@fortawesome/fontawesome-pro`
145
+
4. **Update build process**: Modify `generate.js` to include Pro font files by changing `const loadPro = false;` to `const loadPro = true;`
146
146
147
147
5. **Register new styles**: Update `library.ts` to register additional icon styles
0 commit comments