Skip to content

Commit

Permalink
New ellipses icons added to library (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Schatz authored Mar 15, 2019
1 parent 05b25f0 commit 52bf4bf
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 7 deletions.
3 changes: 3 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.
5 changes: 4 additions & 1 deletion dist/icon-library.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@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; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?3ewomn' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?3ewomn' ) format( 'woff' ), url( 'fonts/fender-icons.svg?3ewomn#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-elipsis-alt:before { content: "\e985"; }
.icon-search-thin:before { content: "\e983"; }
.icon-elipsis-more:before { content: "\e984"; }
.icon-my-progress-filled:before { content: "\e97d"; }
.icon-skills-filled:before { content: "\e97e"; }
.icon-songs-filled:before { content: "\e97f"; }
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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icon-library",
"version": "1.3.0",
"version": "1.4.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/elipsis-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src-icons/elipsis-more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src-icons/search-thin.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 52bf4bf

Please sign in to comment.