Skip to content

Commit

Permalink
se agregan iconos como fuente,
Browse files Browse the repository at this point in the history
  • Loading branch information
wolftrax5 committed Sep 18, 2015
1 parent 24856e9 commit 7c0fb41
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 0 deletions.
Binary file added stylesheets/fonts/icomoon.eot
Binary file not shown.
22 changes: 22 additions & 0 deletions stylesheets/fonts/icomoon.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 added stylesheets/fonts/icomoon.ttf
Binary file not shown.
Binary file added stylesheets/fonts/icomoon.woff
Binary file not shown.
61 changes: 61 additions & 0 deletions stylesheets/iconstyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?lw6o97');
src:url('fonts/icomoon.eot?#iefixlw6o97') format('embedded-opentype'),
url('fonts/icomoon.ttf?lw6o97') format('truetype'),
url('fonts/icomoon.woff?lw6o97') format('woff'),
url('fonts/icomoon.svg?lw6o97#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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-google-plus2:before {
content: "\e600";
}
.icon-facebook2:before {
content: "\e601";
}
.icon-twitter:before {
content: "\e602";
}
.icon-youtube3:before {
content: "\e603";
}
.icon-twitch:before {
content: "\e604";
}
.icon-vimeo2:before {
content: "\e605";
}
.icon-steam2:before {
content: "\e606";
}
.icon-dropbox:before {
content: "\e607";
}
.icon-github4:before {
content: "\e608";
}
.icon-tumblr2:before {
content: "\e609";
}
.icon-linkedin:before {
content: "\e60a";
}
.icon-pinterest:before {
content: "\e60b";
}

0 comments on commit 7c0fb41

Please sign in to comment.