mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
|
# @fortawesome/fontawesome-free-webfonts - Web Fonts with CSS version
|
||
|
|
||
|
> "I came here to chew bubblegum and install Font Awesome 5 - and I'm all out of bubblegum"
|
||
|
|
||
|
[![npm](https://img.shields.io/npm/v/@fortawesome/fontawesome-free-webfonts.svg?style=flat-square)](https://www.npmjs.com/package/@fortawesome/fontawesome-free-webfonts)
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```
|
||
|
$ npm i --save @fortawesome/fontawesome-free-webfonts
|
||
|
```
|
||
|
|
||
|
Or
|
||
|
|
||
|
```
|
||
|
$ yarn add @fortawesome/fontawesome-free-webfonts
|
||
|
```
|
||
|
|
||
|
## What is this package?
|
||
|
|
||
|
This package includes CSS, Less, SCSS, and the individual web font files needed to get Font Awesome 5 Web Fonts with CSS working in your freeject.
|
||
|
|
||
|
Inside `node_modules/@fortawesome/fontawesome-free-webfonts` you'll find the following directories:
|
||
|
|
||
|
* `css`
|
||
|
* `less`
|
||
|
* `scss`
|
||
|
* `webfonts`
|
||
|
|
||
|
It's up to you to configure your build tool to use these.
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
Get started [here](https://fontawesome.com/get-started/web-fonts-with-css). Continue your journey [here](https://fontawesome.com/how-to-use/web-fonts-with-css).
|
||
|
|
||
|
## Issues and support
|
||
|
|
||
|
Start with [GitHub issues](https://github.com/FortAwesome/Font-Awesome/issues) and ping us on [Twitter](https://twitter.com/fontawesome) if you need to.
|