diff --git a/_config.yml b/_config.yml index 267d4364e..bcac0db1b 100644 --- a/_config.yml +++ b/_config.yml @@ -45,6 +45,7 @@ forkawesome: url: http://creativecommons.org/licenses/by/3.0/ fontawesome: + name: Font Awesome url: http://fontawesome.com author: name: Dave Gandy diff --git a/scss/_variables.scss b/scss/_variables.scss index 421538176..c08efad0f 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -4,10 +4,10 @@ $fa-font-path: "../fonts" !default; $fa-font-size-base: 14px !default; $fa-line-height-base: 1 !default; -//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly -$fa-css-prefix: fa !default; -$fa-font-family: FontAwesome !default; -$fa-version: "4.7.0" !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome//fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: !default; +$fa-font-family: !default; +$fa-version: "" !default; $fa-border-color: #eee !default; $fa-inverse: #fff !default; $fa-li-width: (30em / 14) !default; diff --git a/src/_includes/new-upgrading.html b/src/_includes/new-upgrading.html index 5d2d88d93..8f985590a 100644 --- a/src/_includes/new-upgrading.html +++ b/src/_includes/new-upgrading.html @@ -1,10 +1,8 @@
- +

- For complete documentation of the syntax changes in {{ site.fontawesome.minor_version }}, check out the - examples. For the changes to icon names, - @gtagliala has put together a - great wiki page that - documents all the changes. + We are not there yet. This is still an early project. But we aim to make + process as easy and painless as possible. You are welcome to give us a hand + and get involved in the community.

diff --git a/src/icons.yml b/src/icons.yml index fece7209d..d3d12ef5a 100644 --- a/src/icons.yml +++ b/src/icons.yml @@ -6584,7 +6584,7 @@ icons: - name: Mastodon id: mastodon unicode: f2e1 - created: 5.0 + created: 0.4 url: joinmastodon.org filter: - toot @@ -6596,7 +6596,7 @@ icons: - name: Mastodon Alt id: mastodon-alt unicode: f2e2 - created: 5.0 + created: 0.4 url: joinmastodon.org filter: - toot diff --git a/src/whats-new.html b/src/whats-new.html index b6215b06c..98944ec33 100644 --- a/src/whats-new.html +++ b/src/whats-new.html @@ -5,35 +5,39 @@ navbar_active: whats-new relative_path: ../ --- {% capture jumbotron_h1 %}  What's New{% endcapture %} -{% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %} +{% capture jumbotron_p %}What's New with {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }}{% endcapture %} {% include jumbotron.html %} {% include stripe-social.html %}
- {% capture stripe_ad_content %}

- Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome - {{ site.fontawesome.minor_version }}. Have some ideas for new features? - Help contribute. + {{ site.forkawesome.name }} is community effort base on + {{ site.fontawesome.name }} {{ site.fontawesome.version }} by + {{ site.fontawesome.author.name }}. We + {{ site.fontawesome.name }} but here's why we forked it into {{ site.forkawesome.name }} + {{ site.forkawesome.minor_version }}. Want to + help contribute?

- {% endcapture %}
-

Accessibility Docs

- Details on how to mark up your icons depending on how you're using them. - Make your site icons usable by the most people, and start here. +

PR freeze

+ Since Oct 22, 2016, Font Awesome has frozen all pull requests proposing new + icons. With {{ site.forkawesome.name }}, we are welcoming all your pull + requests.
-

Better Examples

- Every FA icon example page now has a better, more accessibility-minded - default block of code that users can copy and paste. +

Font Awesome 5.0

+ Fort Awesome has ran a very successful kickstarter campaign and completely + redesigned Font Awesome in this new version 5.0. Fork Awesome plans to keep + the old look from alive.
-

Accessibility Category

- We've added a new icon category specifically for accessibility and seeded - it with 15 icons to start. Make sure to request more if you need them! +

Distributed community

+ We'd like to turn this into a distributed open source design project, + where all contributions are included and credited. So + join our community.