Release 5.0.0-alpha3 (#476)
* 95 additional icons; including file types, directional, and some existing and new brand icons * Wrong content type in generated CSS #458 * Removal of query string from static resources #458 * SVG font ID's are incorrect in webfont implementation #474
This commit is contained in:
12
README.md
12
README.md
@@ -4,25 +4,25 @@ The internet's most popular icon toolkit is being redesigned and built from scra
|
||||
|
||||
Not familiar with Font Awesome 5? [Learn more](https://www.kickstarter.com/projects/232193852/font-awesome-5) about our successful Kickstarter and plan. You can also **[pre-order your copy of Font Awesome Pro](http://five.fontawesome.io/)** and save off of the release price.
|
||||
|
||||
## 5.0.0-alpha2 release
|
||||
## 5.0.0-alpha3 release
|
||||
|
||||
Download Font Awesome 5 Pro preview release:
|
||||
|
||||
* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha2/fontawesome-5.0.0-alpha2-mac.zip)
|
||||
* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha2/fontawesome-5.0.0-alpha2-linux.zip)
|
||||
* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha2/fontawesome-5.0.0-alpha2-win.zip)
|
||||
* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha3/fontawesome-5.0.0-alpha3-mac.zip)
|
||||
* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha3/fontawesome-5.0.0-alpha3-linux.zip)
|
||||
* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha3/fontawesome-5.0.0-alpha3-win.zip)
|
||||
|
||||
After you unzip the file run the following command in a terminal or shell for Mac of Linux:
|
||||
|
||||
```shell
|
||||
$ cd fontawesome-5.0.0-alpha2-mac
|
||||
$ cd fontawesome-5.0.0-alpha3-mac
|
||||
$ ./demo
|
||||
```
|
||||
|
||||
Windows users:
|
||||
|
||||
```shell
|
||||
C:\Users\myusername\fontawesome-5.0.0-alpha2-win>demo.exe
|
||||
C:\Users\myusername\fontawesome-5.0.0-alpha3-win>demo.exe
|
||||
```
|
||||
|
||||
This launches a local web server that will give you easy access to the documentation for this release.
|
||||
|
||||
Reference in New Issue
Block a user