Skip to content

Commit

Permalink
added video-detached and video-splitscreen (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jemnon authored Jul 15, 2019
1 parent 99bf658 commit 4dcea8e
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 6 deletions.
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.11.0",
"version": "1.12.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/video-detached.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src-icons/video-exit-fullscreen.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: 18 additions & 0 deletions src-icons/video-fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src-icons/video-splitscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion src/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,42 @@
<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;147)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> fender-icons <small class="fgc1">(Glyphs:&nbsp;149)</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-video-detached">

</span>
<span class="mls"> icon-video-detached</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e993" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe993;" 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-video-splitscreen">

</span>
<span class="mls"> icon-video-splitscreen</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e994" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe994;" 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-arrow-active-lesson">
Expand Down
2 changes: 2 additions & 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.
12 changes: 9 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?j4iobs') format('truetype'),
url('fonts/fender-icons.woff?j4iobs') format('woff'),
url('fonts/fender-icons.svg?j4iobs#fender-icons') format('svg');
url('fonts/fender-icons.ttf?e2ka5d') format('truetype'),
url('fonts/fender-icons.woff?e2ka5d') format('woff'),
url('fonts/fender-icons.svg?e2ka5d#fender-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -23,6 +23,12 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-video-detached:before {
content: "\e993";
}
.icon-video-splitscreen:before {
content: "\e994";
}
.icon-arrow-active-lesson:before {
content: "\e992";
}
Expand Down

0 comments on commit 4dcea8e

Please sign in to comment.