diff --git a/build/_includes/whats-new.html b/build/_includes/whats-new.html index cb73fbfe8..6eba1e73c 100644 --- a/build/_includes/whats-new.html +++ b/build/_includes/whats-new.html @@ -8,32 +8,36 @@ {% include stripe-ad.html %}
+
+
+

{{ site.font_awesome.new_icon_count }} New Icons in {{ site.font_awesome.version }}

+ Requested by the active community on the Font Awesome GitHub project. +
+
+

Better & Simpler License

+ SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated. +
+
+

New Styles

+ New styles for + rotating and flipping icons, + stacking icons, and better + bulleted lists. +
+

Pixel Perfection at 14px

- Every single icon re-created from the ground up to be optimized for Bootstrap's default 14px. + Version 3.0 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.

Font Subsetting

Thanks to @grantgordon and @johnsmclay, you can subset to get just the icons you need.
-

Better License

- SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated. -
-
-
-
-

{{ site.font_awesome.new_icon_count }} New Icons in {{ site.font_awesome.version }}

- Requested by the active community on the Font Awesome GitHub project. -
-
-

New Styles

- New styles for animated spinning icons, icons with 2x-4x size multipliers, icon borders, & more. -
-
-

28% Smaller Payload

- 3.0 is smaller, even with 16% more icons. Crazy small if you subset just the icons you need. +

Want More Details?

+ Check out the CHANGELOG on the GitHub project to see + what's new and changed.
diff --git a/build/assets/font-awesome/font/FontAwesome.otf b/build/assets/font-awesome/font/FontAwesome.otf index 5c9505f65..ea11e5de6 100644 Binary files a/build/assets/font-awesome/font/FontAwesome.otf and b/build/assets/font-awesome/font/FontAwesome.otf differ diff --git a/build/assets/less/site.less b/build/assets/less/site.less index f2bbef5e9..9ab78450e 100644 --- a/build/assets/less/site.less +++ b/build/assets/less/site.less @@ -1,5 +1,5 @@ @import "twbs-2.3.1/bootstrap.less"; -@import "twbs-2.3.1/responsive-utilities.less"; +@import "twbs-2.3.1/.less"; @import "sticky-footer.less"; @import "mixins.less";