2013-05-24 20:19:12 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'icomoon';
|
|
|
|
src:url('../fonts/icomoon.eot');
|
|
|
|
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/icomoon.woff') format('woff'),
|
|
|
|
url('../fonts/icomoon.ttf') format('truetype'),
|
|
|
|
url('../fonts/icomoon.svg#icomoon') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Use the following CSS code if you want to use data attributes for inserting your icons */
|
|
|
|
[data-icon]:before {
|
|
|
|
font-family: 'icomoon';
|
|
|
|
content: attr(data-icon);
|
|
|
|
speak: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Use the following CSS code if you want to have a class per icon */
|
|
|
|
/*
|
|
|
|
Instead of a list of all class selectors,
|
|
|
|
you can use the generic selector below, but it's slower:
|
|
|
|
[class*="icon-"] {
|
|
|
|
*/
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-instagram, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-feed, .icon-feed-2, .icon-linkedin, .icon-tumblr, .icon-lastfm, .icon-mail, .icon-github {
|
2013-05-24 20:19:12 +02:00
|
|
|
font-family: 'icomoon';
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-instagram:before {
|
|
|
|
content: "\e004";
|
|
|
|
}
|
|
|
|
.icon-facebook:before {
|
|
|
|
content: "\e003";
|
|
|
|
}
|
2013-05-24 20:19:12 +02:00
|
|
|
.icon-twitter:before {
|
2013-06-20 14:59:26 +02:00
|
|
|
content: "\e007";
|
|
|
|
}
|
|
|
|
.icon-google-plus:before {
|
|
|
|
content: "\e00a";
|
2013-05-24 20:19:12 +02:00
|
|
|
}
|
|
|
|
.icon-feed:before {
|
2013-06-20 14:59:26 +02:00
|
|
|
content: "\e00b";
|
2013-05-24 20:19:12 +02:00
|
|
|
}
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-feed-2:before {
|
|
|
|
content: "\e00c";
|
2013-05-24 20:19:12 +02:00
|
|
|
}
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-linkedin:before {
|
2013-05-24 20:19:12 +02:00
|
|
|
content: "\e001";
|
|
|
|
}
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-tumblr:before {
|
2013-05-24 20:19:12 +02:00
|
|
|
content: "\e002";
|
|
|
|
}
|
2013-06-20 14:59:26 +02:00
|
|
|
.icon-lastfm:before {
|
2013-05-24 20:19:12 +02:00
|
|
|
content: "\e005";
|
2013-06-20 14:59:26 +02:00
|
|
|
}
|
|
|
|
.icon-mail:before {
|
|
|
|
content: "\e006";
|
|
|
|
}
|
|
|
|
.icon-github:before {
|
|
|
|
content: "\e000";
|
|
|
|
}
|