Skip to content

Commit

Permalink
added new filled icons and a thin sign-out (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jemnon authored Mar 12, 2019
1 parent 8a37f74 commit 05b25f0
Show file tree
Hide file tree
Showing 18 changed files with 118 additions and 8 deletions.
6 changes: 6 additions & 0 deletions dist/fonts/fender-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/fonts/fender-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/fender-icons.woff
Binary file not shown.
8 changes: 7 additions & 1 deletion dist/icon-library.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?p15lyy' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?p15lyy' ) format( 'woff' ), url( 'fonts/fender-icons.svg?p15lyy#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?qeuaqx' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?qeuaqx' ) format( 'woff' ), url( 'fonts/fender-icons.svg?qeuaqx#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] {/* use !important to prevent issues with browser extensions that change fonts */ font-family: 'fender-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.icon-my-progress-filled:before { content: "\e97d"; }
.icon-skills-filled:before { content: "\e97e"; }
.icon-songs-filled:before { content: "\e97f"; }
.icon-toolkit-filled:before { content: "\e980"; }
.icon-home-filled:before { content: "\e981"; }
.icon-sign-out:before { content: "\e982"; }
.icon-toolkit:before { content: "\e96c"; }
.icon-app-switcher:before { content: "\e96a"; }
.icon-support:before { content: "\e96b"; }
Expand Down
2 changes: 1 addition & 1 deletion dist/icon-library.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon-library",
"version": "1.2.0",
"version": "1.3.0",
"description": "Fender Icon Library",
"main": "dist/icon-library.css",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion selection.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src-icons/home-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 05b25f0

Please sign in to comment.