1.0.5 • Published 2 years ago

@mohamadtsn/fontawesome-icon v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago