Release 5.0.0-alpha2 (#457)

* How/When to upgrade from FA4 to FA5 #454
* Links to SVG files broken in the example files #456
* Misnamed icon names in examples #445
* Mangled HTML in the Getting Started example #442
* Bad grammar and typos #443
* fas-arrow-to-top is identical to fas-arrow-to-right #423
* Vertical alignment issues with webfont implementation #444
* Add browser compatibility tables to demo #435
* Remove MAC OS feces from builds #437
* TTF naming issues that prevent correct usage/installation #450
* Correct CSS for SVG framework stacking, was reversed from normal #452
This commit is contained in:
Rob Madole
2017-06-27 08:47:46 -07:00
committed by GitHub
parent b3bbd192b8
commit a97fbb34da
68 changed files with 6659 additions and 4717 deletions

View File

@@ -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-alpha1 release
## 5.0.0-alpha2 release
Download Font Awesome 5 Pro preview release:
* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha1/fontawesome-5.0.0-alpha1-mac.zip)
* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha1/fontawesome-5.0.0-alpha1-linux.zip)
* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha1/fontawesome-5.0.0-alpha1-win.zip)
* [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)
After you unzip the file run the following command in a terminal or shell for Mac of Linux:
```shell
$ cd fontawesome-5.0.0-alpha1-mac
$ cd fontawesome-5.0.0-alpha2-mac
$ ./demo
```
Windows users:
```shell
C:\Users\myusername\fontawesome-5.0.0-alpha1-win>demo.exe
C:\Users\myusername\fontawesome-5.0.0-alpha2-win>demo.exe
```
This launches a local web server that will give you easy access to the documentation for this release.