diff --git a/CHANGELOG.md b/CHANGELOG.md index afdef19..e925505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Pico Default Theme Changelog refer to both the UPGRADE and NEWS sections of the docs for more details. +### Version 2.0.0 +Released: - + +``` +* [New] Add Bountysource +``` + ### Version 2.0.0-beta.3 Released: 2018-04-07 diff --git a/css/fontello.css b/css/fontello.css index f7080ab..4239650 100644 --- a/css/fontello.css +++ b/css/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../icon/fontello.eot?13793670'); - src: url('../icon/fontello.eot?13793670#iefix') format('embedded-opentype'), - url('../icon/fontello.woff2?13793670') format('woff2'), - url('../icon/fontello.woff?13793670') format('woff'), - url('../icon/fontello.ttf?13793670') format('truetype'), - url('../icon/fontello.svg?13793670#fontello') format('svg'); + src: url('../icon/fontello.eot?29729916'); + src: url('../icon/fontello.eot?29729916#iefix') format('embedded-opentype'), + url('../icon/fontello.woff2?29729916') format('woff2'), + url('../icon/fontello.woff?29729916') format('woff'), + url('../icon/fontello.ttf?29729916') format('truetype'), + url('../icon/fontello.svg?29729916#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -58,3 +58,4 @@ .icon-chat:before { content: '\e800'; } /* '' */ .icon-octocat:before { content: '\f09b'; } /* '' */ .icon-menu:before { content: '\f0c9'; } /* '' */ +.icon-dollar:before { content: '\f155'; } /* '' */ diff --git a/icon/COPYRIGHT.txt b/icon/COPYRIGHT.txt index 0e67558..4ca26c4 100644 --- a/icon/COPYRIGHT.txt +++ b/icon/COPYRIGHT.txt @@ -14,10 +14,10 @@ Font license info ## Font Awesome - Copyright (C) 2012 by Dave Gandy + Copyright (C) 2016 by Dave Gandy Author: Dave Gandy License: SIL OFL 1.1 Homepage: http://fortawesome.github.com/Font-Awesome/ - Icons: menu, github-circled ("octocat"), chat + Icons: chat, github-circled ("octocat"), menu, dollar diff --git a/icon/LICENSE.OFL-1.1.txt b/icon/LICENSE.OFL-1.1.txt index bb04393..192bb71 100644 --- a/icon/LICENSE.OFL-1.1.txt +++ b/icon/LICENSE.OFL-1.1.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Dave Gandy , +Copyright (c) 2016, Dave Gandy , with Reserved Font Name Font Awesome. This Font Software is licensed under the SIL Open Font License, Version 1.1. diff --git a/icon/fontello.eot b/icon/fontello.eot index ed72da0..b9436f4 100644 Binary files a/icon/fontello.eot and b/icon/fontello.eot differ diff --git a/icon/fontello.svg b/icon/fontello.svg index b48d933..f072ce8 100644 --- a/icon/fontello.svg +++ b/icon/fontello.svg @@ -1,7 +1,7 @@ -Copyright (C) 2017 by original authors @ fontello.com +Copyright (C) 2018 by original authors @ fontello.com @@ -11,6 +11,8 @@ + + \ No newline at end of file diff --git a/icon/fontello.ttf b/icon/fontello.ttf index fedcbb7..5cdb918 100644 Binary files a/icon/fontello.ttf and b/icon/fontello.ttf differ diff --git a/icon/fontello.woff b/icon/fontello.woff index 41eaa45..ce4b4fd 100644 Binary files a/icon/fontello.woff and b/icon/fontello.woff differ diff --git a/icon/fontello.woff2 b/icon/fontello.woff2 index 0cf1936..bfd7528 100644 Binary files a/icon/fontello.woff2 and b/icon/fontello.woff2 differ