# font-awesome5

> A package for the font-awesome version 5.

Latest version **1.0.5** (published 2018-03-17) · 0 weekly downloads

## Install

```sh
npm install font-awesome5
pnpm add font-awesome5
yarn add font-awesome5
bun add font-awesome5
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-03-17 |
| First published | 2018-03-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | NPM user kuk johan@420blaze.it |
| Maintainers | kuk |
| Keywords | font-awesome, font-awesome 5, fontawesome, fontawesome 5 |

## Links

- npm: https://www.npmjs.com/package/font-awesome5
- npm.io page: https://npm.io/package/font-awesome5

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2018-03-17
- 1.0.4 — 2018-03-17
- 1.0.3 — 2018-03-17
- 1.0.1 — 2018-03-17
- 1.0.0 — 2018-03-17

## README

# Fontawesome version 5

If you are looking to use font-awesome version 5, this is it!
Head over to [FontAwesome] to view all nice looking icons

# Laravel installation
1. pull in the package
```sh
$ npm install font-awesome5
```
2. In your webpack.mix.js, your "mix.js" should copy the font-awesome fonts.
> mix.js('resources/assets/js/app.js', 'public/js')
>   .version()
>   .sass('resources/assets/sass/app.scss', 'public/css')
>   .copy('node_modules/font-awesome5/webfonts', 'public/assets/fonts');
3. In your "app.scss" file, bring in the font-awesome css
> // Font awsome
> $fa-font-path: "/assets/fonts";
> @import "node_modules/font-awesome5/scss/fontawesome";
> @import "node_modules/font-awesome5/scss/fa-solid";
> @import "node_modules/font-awesome5/scss/fa-brands";
> @import "node_modules/font-awesome5/scss/fa-regular";
4. Compile your a new "app.css"
```sh
$ npm run dev
```


(Thanks to [Dillinger] helping me format this readme)

License
----
MIT

[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax)


   [FontAwesome]: <https://fontawesome.com>
   [Dillinger]: <https://dillinger.io>

---
_Source: https://npm.io/package/font-awesome5 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
