Release 5.0.4 (#982)

This commit is contained in:
Rob Madole
2018-01-10 14:54:27 -06:00
committed by GitHub
parent 4578c38f1e
commit deaca8b496
180 changed files with 4837 additions and 4647 deletions

View File

@@ -0,0 +1,38 @@
# @fortawesome/fontawesome-pro-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-pro-webfonts.svg?style=flat-square)](https://www.npmjs.com/package/@fortawesome/fontawesome-pro-webfonts)
## Installation
```
$ npm i --save @fortawesome/fontawesome-pro-webfonts
```
Or
```
$ yarn add @fortawesome/fontawesome-pro-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 project.
Inside `node_modules/@fortawesome/fontawesome-pro-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.

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.3 by @fontawesome - http://fontawesome.com
* Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Commercial License)
*/
.fa,

View File

@@ -5,7 +5,7 @@
@fa-font-size-base: 16px;
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-version: "5.0.3";
@fa-version: "5.0.4";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: 2em;

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.3 by @fontawesome - http://fontawesome.com
* Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Commercial License)
*/
@import "_variables.less";

View File

@@ -4,7 +4,7 @@
$fa-font-path: "../webfonts" !default;
$fa-font-size-base: 16px !default;
$fa-css-prefix: fa !default;
$fa-version: "5.0.3" !default;
$fa-version: "5.0.4" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: 2em !default;

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.3 by @fontawesome - http://fontawesome.com
* Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Commercial License)
*/
@import 'variables';