Skip to content

Commit

Permalink
PT-1681 Design QA Web (Round 2) - My Path - Lesson Expanded (WEB) (#22)
Browse files Browse the repository at this point in the history
* Added arrow-active-lesson

* Updating library version
  • Loading branch information
kevinrodriguezGL authored Jul 5, 2019
1 parent 56c30d4 commit 99bf658
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 9 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,5 +1,6 @@
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?eyo7pj' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?eyo7pj' ) format( 'woff' ), url( 'fonts/fender-icons.svg?eyo7pj#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?j4iobs' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?j4iobs' ) format( 'woff' ), url( 'fonts/fender-icons.svg?j4iobs#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-arrow-active-lesson:before { content: "\e992"; }
.icon-chat:before { content: "\e991"; }
.icon-flame:before { content: "\e989"; }
.icon-x-circle-fill:before { content: "\e98a"; }
Expand Down
3 changes: 2 additions & 1 deletion dist/icon-library.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?eyo7pj' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?eyo7pj' ) format( 'woff' ), url( 'fonts/fender-icons.svg?eyo7pj#fender-icons' ) format( 'svg' ); font-weight: normal; font-style: normal; }
@font-face { font-family: 'fender-icons'; src: url( 'fonts/fender-icons.ttf?j4iobs' ) format( 'truetype' ), url( 'fonts/fender-icons.woff?j4iobs' ) format( 'woff' ), url( 'fonts/fender-icons.svg?j4iobs#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-arrow-active-lesson:before { content: "\e992"; }
.icon-chat:before { content: "\e991"; }
.icon-flame:before { content: "\e989"; }
.icon-x-circle-fill:before { content: "\e98a"; }
Expand Down
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.10.0",
"version": "1.11.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.

6 changes: 6 additions & 0 deletions src-icons/arrow-active-lesson.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion src/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,26 @@
<link rel="stylesheet" href="style.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> fender-icons <small class="fgc1">(Glyphs:&nbsp;146)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> fender-icons <small class="fgc1">(Glyphs:&nbsp;147)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 16</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-arrow-active-lesson">

</span>
<span class="mls"> icon-arrow-active-lesson</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e992" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe992;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-chat">
Expand Down
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.
9 changes: 6 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?eyo7pj') format('truetype'),
url('fonts/fender-icons.woff?eyo7pj') format('woff'),
url('fonts/fender-icons.svg?eyo7pj#fender-icons') format('svg');
url('fonts/fender-icons.ttf?j4iobs') format('truetype'),
url('fonts/fender-icons.woff?j4iobs') format('woff'),
url('fonts/fender-icons.svg?j4iobs#fender-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -23,6 +23,9 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-active-lesson:before {
content: "\e992";
}
.icon-chat:before {
content: "\e991";
}
Expand Down

0 comments on commit 99bf658

Please sign in to comment.