diff --git a/Changelog b/Changelog index 7c81b8948..9d869f0c7 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2017-04-04 DariusIII + * Chg: Add material design icons 2017-04-03 DariusIII * Chg: Update Category class * Chg: Small changes in Books and Categorize classes diff --git a/composer.json b/composer.json index 9fb394de7..b32056fd4 100755 --- a/composer.json +++ b/composer.json @@ -127,6 +127,7 @@ "bower-asset/jquery.nicescroll": "~3.6.8", "bower-asset/jquery-migrate-1.4.x": "~1.4", "bower-asset/jquery-migrate-3.0.x": "~3.0", + "bower-asset/material-design-iconic-font": "~2.2.0", "bower-asset/pace": "~1.0.2", "bower-asset/pnotify": "~3.0", "bower-asset/respond": "~1.4.2", diff --git a/composer.lock b/composer.lock index 33112ab28..b9fc87522 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "2dfb9632acbbd60b2d7e98c01570e0b1", + "content-hash": "b03d49667b8a7db49607bc138c927b96", "packages": [ { "name": "b3rs3rk/steamfront", @@ -923,6 +923,45 @@ ] } }, + { + "name": "bower-asset/material-design-iconic-font", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/zavoloklom/material-design-iconic-font.git", + "reference": "a1cdb51dc417163d0f262806ffe290751b0e63d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zavoloklom/material-design-iconic-font/zipball/a1cdb51dc417163d0f262806ffe290751b0e63d3", + "reference": "a1cdb51dc417163d0f262806ffe290751b0e63d3", + "shasum": "" + }, + "type": "bower-asset-library", + "extra": { + "bower-asset-main": [ + "./dist/css/material-design-iconic-font.min.css", + "./dist/fonts/*" + ], + "bower-asset-ignore": [ + "*/.*", + "node_modules/*", + "*.json", + "*.md" + ] + }, + "license": [ + "OFL-1.1", + "MIT" + ], + "description": "Material Design Iconic Font", + "keywords": [ + "design", + "font", + "icons", + "material" + ] + }, { "name": "bower-asset/pace", "version": "v1.0.2",