Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-05-09 20:36:10 +0400
committerdavegandy <dave@davegandy.com>2013-05-09 20:36:10 +0400
commit1cc8390599f9f615639e40d03c64963436adbf1f (patch)
tree3224772d1e0e21d8ebb97c92394b6ae63c6bfa46 /build
parent852d056930dfb9c859f9a990b95102ab14a19811 (diff)
updating what's new
Diffstat (limited to 'build')
-rw-r--r--build/_includes/whats-new.html28
-rw-r--r--build/assets/font-awesome/font/FontAwesome.otfbin49984 -> 49988 bytes
-rw-r--r--build/assets/less/site.less2
3 files changed, 17 insertions, 13 deletions
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
@@ -10,30 +10,34 @@
<section id="whats-new">
<div class="row">
<div class="span4">
- <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
- Every single icon re-created from the ground up to be optimized for Bootstrap's default 14px.
+ <h4><i class="icon-lightbulb"></i> {{ site.font_awesome.new_icon_count }} New Icons in {{ site.font_awesome.version }}</h4>
+ Requested by the active community on the <a href="{{ site.font_awesome.github.url }}">Font Awesome GitHub project</a>.
</div>
<div class="span4">
- <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
- Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and <a href="https://twitter.com/johnsmclay">@johnsmclay</a>, you can <a href="http://icnfnt.com/">subset</a> to get just the icons you need.
+ <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
+ SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
</div>
<div class="span4">
- <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better License</a></h4>
- SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
+ <h4><i class="icon-flag icon-flip-horizontal"></i> <a href="{{ page.relative_path }}examples/#new-styles">New Styles</a></h4>
+ New styles for
+ <a href="{{ page.relative_path }}examples/#rotated-flipped">rotating and flipping icons</a>,
+ <a href="{{ page.relative_path }}examples/#stacked">stacking icons</a>, and better
+ <a href="{{ page.relative_path }}examples/#bulleted-lists">bulleted lists</a>.
</div>
</div>
<div class="row">
<div class="span4">
- <h4><i class="icon-lightbulb"></i> {{ site.font_awesome.new_icon_count }} New Icons in {{ site.font_awesome.version }}</h4>
- Requested by the active community on the <a href="{{ site.font_awesome.github.url }}">Font Awesome GitHub project</a>.
+ <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
+ Version 3.0 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
</div>
<div class="span4">
- <h4><i class="icon-spinner icon-spin"></i> <a href="{{ page.relative_path }}examples/">New Styles</a></h4>
- <a href="{{ page.relative_path }}examples/">New styles</a> for animated spinning icons, icons with 2x-4x size multipliers, icon borders, & more.
+ <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
+ Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and <a href="https://twitter.com/johnsmclay">@johnsmclay</a>, you can <a href="http://icnfnt.com/">subset</a> to get just the icons you need.
</div>
<div class="span4">
- <h4><i class="icon-resize-small"></i> 28% Smaller Payload</h4>
- 3.0 is smaller, even with 16% more icons. Crazy small if you <a href="http://icnfnt.com/">subset</a> just the icons you need.
+ <h4><i class="icon-question-sign"></i> Want More Details?</h4>
+ Check out the <a href="{{ site.font_awesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
+ what's new and changed.
</div>
</div>
</section>
diff --git a/build/assets/font-awesome/font/FontAwesome.otf b/build/assets/font-awesome/font/FontAwesome.otf
index 5c9505f65..ea11e5de6 100644
--- a/build/assets/font-awesome/font/FontAwesome.otf
+++ b/build/assets/font-awesome/font/FontAwesome.otf
Binary files 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";