diff options
author | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
commit | 45654ffc5cc4532c2189c88d46a0374038b53c9f (patch) | |
tree | fc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/src/_includes/whats-new.html | |
parent | 931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff) | |
download | volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2 volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip |
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/src/_includes/whats-new.html')
-rw-r--r-- | library/font_awesome/src/_includes/whats-new.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/library/font_awesome/src/_includes/whats-new.html b/library/font_awesome/src/_includes/whats-new.html deleted file mode 100644 index d413d0dec..000000000 --- a/library/font_awesome/src/_includes/whats-new.html +++ /dev/null @@ -1,38 +0,0 @@ -{% capture stripe_ad_content %} -<p class="lead"> - 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? - <a href="{{ page.relative_path }}community/">Help contribute</a>. -</p> -{% endcapture %} -{% include stripe-ad.html %} - -<div id="whats-new"> - <div class="row"> - <div class="span4"> - <h4><i class="icon-compass"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4> - Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>. - </div> - <div class="span4"> - <h4><i class="icon-terminal"></i> SCSS Support</h4> - A long term solution is now in place for SCSS support. Need SASS? Try <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#syntax">sass-convert</a>. - </div> - <div class="span4"> - <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 margin-bottom-large"> - <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4> - Version 3 was re-created from the ground up to be razor sharp at Bootstrap's default 14px. - </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. - </div> - <div class="span4"> - <h4><i class="icon-question-sign"></i> Want More Details?</h4> - Check out the <a href="{{ site.fontawesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see - what's new and changed. - </div> - </div> -</div> |