Add more social networking link icons for author-bio aside
This commit is contained in:
@@ -9,13 +9,6 @@
|
||||
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';
|
||||
@@ -34,7 +27,7 @@ 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-google-plus, .icon-github {
|
||||
.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;
|
||||
font-style: normal;
|
||||
@@ -44,21 +37,36 @@ 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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user