Add more social networking link icons for author-bio aside

This commit is contained in:
Michael Rose
2013-06-20 08:59:26 -04:00
parent 6c3e1cbbf0
commit d6a5a4079b
9 changed files with 229 additions and 119 deletions

View File

@@ -1394,12 +1394,6 @@ svg:not(:root) {
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.svg#icomoon') format('svg');
}
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'icomoon';
@@ -1417,11 +1411,16 @@ Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter,
.icon-feed,
.icon-instagram,
.icon-facebook,
.icon-twitter,
.icon-google-plus,
.icon-feed,
.icon-feed-2,
.icon-linkedin,
.icon-tumblr,
.icon-lastfm,
.icon-mail,
.icon-github {
font-family: 'icomoon';
speak: none;
@@ -1432,24 +1431,39 @@ you can use the generic selector below, but it's slower:
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
content: "\e000";
}
.icon-feed:before {
content: "\e003";
}
.icon-instagram:before {
content: "\e004";
}
.icon-facebook:before {
content: "\e001";
content: "\e003";
}
.icon-twitter:before {
content: "\e007";
}
.icon-google-plus:before {
content: "\e00a";
}
.icon-feed:before {
content: "\e00b";
}
.icon-feed-2:before {
content: "\e00c";
}
.icon-linkedin:before {
content: "\e001";
}
.icon-tumblr:before {
content: "\e002";
}
.icon-github:before {
.icon-lastfm:before {
content: "\e005";
}
.icon-mail:before {
content: "\e006";
}
.icon-github:before {
content: "\e000";
}
/* Standard form controls ================================== */
form {
margin: 0 0 5px 0;