Skip to content

Commit

Permalink
PT-95 New Mark Complete Icon (#32)
Browse files Browse the repository at this point in the history
* PT-95 New Mark Complete Icon

* PT-95 Bump version
  • Loading branch information
ckorbel authored Nov 27, 2019
1 parent 70dcdbc commit 0b6ff69
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 7 deletions.
1 change: 1 addition & 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.
3 changes: 2 additions & 1 deletion dist/icon-library.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?nmxd1n' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?nmxd1n' ) format( 'woff' ), url( 'fonts/fender-icons.svg?nmxd1n#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; font-display: block; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?7kv5fz' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?7kv5fz' ) format( 'woff' ), url( 'fonts/fender-icons.svg?7kv5fz#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; font-display: block; }
[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-document-course-detail:before { content: "\e99b"; color: #666; }
.icon-check-green:before { content: "\e99d"; color: #2ac278; }
.icon-check-mark-complete:before { content: "\e99c"; color: #666; }
.icon-heart:before { content: "\e999"; color: #888; }
.icon-heart-filled:before { content: "\e99a"; color: #d52b1e; }
Expand Down
3 changes: 2 additions & 1 deletion dist/icon-library.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?nmxd1n' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?nmxd1n' ) format( 'woff' ), url( 'fonts/fender-icons.svg?nmxd1n#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; font-display: block; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?7kv5fz' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?7kv5fz' ) format( 'woff' ), url( 'fonts/fender-icons.svg?7kv5fz#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; font-display: block; }
[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-document-course-detail:before { content: "\e99b"; color: #666; }
.icon-check-green:before { content: "\e99d"; color: #2ac278; }
.icon-check-mark-complete:before { content: "\e99c"; color: #666; }
.icon-heart:before { content: "\e999"; color: #888; }
.icon-heart-filled:before { content: "\e99a"; color: #d52b1e; }
Expand Down
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.15.0",
"version": "1.18.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.

15 changes: 15 additions & 0 deletions src-icons/check-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/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 src/fonts/fender-icons.ttf
Binary file not shown.
Binary file modified src/fonts/fender-icons.woff
Binary file not shown.
10 changes: 7 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: 'fender-icons';
src:
url('fonts/fender-icons.ttf?nmxd1n') format('truetype'),
url('fonts/fender-icons.woff?nmxd1n') format('woff'),
url('fonts/fender-icons.svg?nmxd1n#fender-icons') format('svg');
url('fonts/fender-icons.ttf?7kv5fz') format('truetype'),
url('fonts/fender-icons.woff?7kv5fz') format('woff'),
url('fonts/fender-icons.svg?7kv5fz#fender-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -28,6 +28,10 @@
content: "\e99b";
color: #666;
}
.icon-check-green:before {
content: "\e99d";
color: #2ac278;
}
.icon-check-mark-complete:before {
content: "\e99c";
color: #666;
Expand Down

0 comments on commit 0b6ff69

Please sign in to comment.