Added CDN and Local js files options to Fontawesome load#598
Added CDN and Local js files options to Fontawesome load#598uzielweb wants to merge 1 commit intotemplaza:masterfrom
Conversation
|
Is this 300 files added for have the ability to load Awesome Locally? Can somebody explain why? |
|
Custom SVGs are used for Font Awesome instead of traditional fonts when utilizing JS Local FontAwesome These SVGs are loaded individually, for instance, when you use the code , it gets dynamically replaced on-the-fly with the actual SVG code during runtime. Is better that load entire fonts to show only "2 or more" icons by page. |
|
@uzielweb Seem to be a good thing, I guess it’s probably easy to implement, a bit like “Custom Local Fonts”? Its probably a good reason why the merging of this is block? |
|
OK, so optional dowload svg package is a good idea too, but offer CDN JS uses zero megabytes in the package, I thing. |
No description provided.