Skip to content

Commit

Permalink
New font awesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Powers committed Jul 3, 2013
1 parent cde62cf commit d703f98
Show file tree
Hide file tree
Showing 8 changed files with 573 additions and 314 deletions.
Binary file added fonts/FontAwesome.otf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
Binary file not shown.
191 changes: 153 additions & 38 deletions fonts/fontawesome-webfont.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 fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<?php if(!pl_is_pro()):?>
<a class="pl-credit" href="http://www.pagelines.com/" title="Built with PageLines DMS [basic]" target="_blank" style="display: block; visibility: visible;">
<i class="icon-leaf pl-transit"></i> <span class="fademein">DMS</span>
<i class="icon-pagelines pl-transit"></i> <span class="fademein">DMS</span>
</a>
<?php endif; ?>
<div id="supersized"></div>
Expand Down
692 changes: 419 additions & 273 deletions less/icons.less

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,12 @@
-webkit-transform: skew(@x, @y);
-moz-transform: skew(@x, @y);
-ms-transform: skew(@x, @y);
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
}
.translate3d(@x: 0, @y: 0, @z: 0) {
-webkit-transform: translate3d(@x, @y, @z);
-moz-transform: translate3d(@x, @y, @z);
-ms-transform: translate3d(@x, @y, @z);
-o-transform: translate3d(@x, @y, @z);
transform: translate3d(@x, @y, @z);
}

Expand Down

0 comments on commit d703f98

Please sign in to comment.