1.0.5 • Published 3 years ago

@mohamadtsn/fontawesome-icon v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Installation: :arrow_down:

npm install @mohamadtsn/fontawesome-icon

Usage for Webpack :arrow_down:

Use all type:

Import all font types by adding this line to your app’s entry point (usually index.js or app.js):

import "@mohamadtsn/fontawesome-icon/dist/css/all.css"

Use a special type:

Import *.[min].css from /dist/css/ by adding this line to your app’s entry point (usually index.js or app.js):

import "@mohamadtsn/fontawesome-icon/dist/css/*.[min].css"

Type:

.
├── package.json
├── dist
│   └── css
│   │   └── all[min].css
│   │   └── brands[min].css
│   │   └── duotone[min].css
│   │   └── light[min].css
│   │   └── regular[min].css
│   │   └── solid[min].css
│   │   └── thin[min].css
│   └── fonts
│      ├── fa-[brands,duotone,light,regular,solid,thin] => *.ttf | *.woff2
1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago