Skip to content

Commit

Permalink
v2.2 phone + eye
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic committed Jun 2, 2015
1 parent 6d9a92c commit eb5a772
Show file tree
Hide file tree
Showing 114 changed files with 269 additions and 123 deletions.
18 changes: 12 additions & 6 deletions edited-style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'percolate';
src:url('/packages/percolate-icons/v2.0/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate-icons/v2.0/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate-icons/v2.0/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate-icons/v2.0/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate-icons/v2.0/fonts/percolate.svg?4nku5n#percolate') format('svg');
src:url('/packages/percolate-icons/v2.2/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate-icons/v2.2/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate-icons/v2.2/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate-icons/v2.2/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate-icons/v2.2/fonts/percolate.svg?4nku5n#percolate') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -24,6 +24,12 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
content: "\e665";
}
.icon-phone:before {
content: "\e664";
}
.icon-nut:before {
content: "\e661";
}
Expand Down Expand Up @@ -323,4 +329,4 @@
}
.icon-percolate:before {
content: "\e65a";
}
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Version = "v2.0";
var Version = "v2.2";

Package.describe({
summary: "Icons for Percolate, version" + Version
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 7 additions & 0 deletions v2.2/SVG/eye.svg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 6 additions & 0 deletions v2.2/SVG/phone.svg
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
34 changes: 33 additions & 1 deletion v2.0/demo.html → v2.2/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> percolate <small class="fgc1">(Glyphs:&nbsp;100)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> percolate <small class="fgc1">(Glyphs:&nbsp;102)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye">

</span>
<span class="mls"> icon-eye</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-true">
<input type="text" readonly value="e665" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe665;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<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-phone">

</span>
<span class="mls"> icon-phone</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-true">
<input type="text" readonly value="e664" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe664;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<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-nut">
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions v2.0/fonts/percolate.svg → v2.2/fonts/percolate.svg
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit eb5a772

Please sign in to comment.