removing unused genericons
This commit is contained in:
parent
6b25f6298d
commit
c84e5dc2c0
@ -104,100 +104,10 @@ table { border-collapse: collapse; border-spacing: 0; }
|
||||
1. Icons - Sets up the icon font and respective classes
|
||||
========================================================================== */
|
||||
|
||||
/* Import the font files */
|
||||
/* Import the font file with the icons in it */
|
||||
@font-face {
|
||||
font-family: 'genericons';
|
||||
src: url('../fonts/Genericons/Genericons.eot');
|
||||
src: url('../fonts/Genericons/Genericons.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Genericons/Genericons.woff') format('woff'),
|
||||
url('../fonts/Genericons/Genericons.ttf') format('truetype'),
|
||||
url('../fonts/Genericons/Genericons.svg#entypo') format('svg');
|
||||
font-weight: normal; font-style: normal;
|
||||
}
|
||||
|
||||
/* Apply these base styles to all icons */
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "genericons", "Open Sans", sans-serif;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
text-decoration: none !important;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.fa-icons {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* In order to have correct background when using the monokai pygments style*/
|
||||
.highlight pre {
|
||||
background-color: inherit;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
/* Each icon is created by inserting the correct character into the
|
||||
content of the :before pseudo element. Like a boss. */
|
||||
.icon-github:before {
|
||||
content: "\f200";
|
||||
}
|
||||
|
||||
.icon-codepen:before {
|
||||
content: "\f216";
|
||||
}
|
||||
|
||||
.icon-hugo:before{
|
||||
content:"\f216";
|
||||
}
|
||||
|
||||
.icon-ghost:before {
|
||||
content: "\f100";
|
||||
}
|
||||
.icon-feed:before {
|
||||
content: "\f413";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\f202";
|
||||
}
|
||||
.icon-flickr:before {
|
||||
content: "\f211";
|
||||
}
|
||||
.icon-mail:before {
|
||||
content: "\f410";
|
||||
}
|
||||
.icon-google-plus:before {
|
||||
content: "\f206";
|
||||
}
|
||||
.icon-facebook:before {
|
||||
content: "\f203";
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\f215";
|
||||
}
|
||||
.icon-pinterest:before {
|
||||
content: "\f210";
|
||||
}
|
||||
.icon-linkedin:before {
|
||||
content: "\f208";
|
||||
}
|
||||
.icon-arrow-left:before {
|
||||
content: "\f431";
|
||||
}
|
||||
.icon-stats:before {
|
||||
content: "\f508";
|
||||
}
|
||||
.icon-location:before {
|
||||
content: "\f417";
|
||||
}
|
||||
.icon-link:before {
|
||||
content: "\f442";
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
2. General - Setting up some base styles
|
||||
========================================================================== */
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3d292d5ea4026ef915c415b632179ded4b0d905e
|
||||
Subproject commit c99c616fb49dc56ef1500a4d466c0d36cb82463b
|
Loading…
Reference in New Issue
Block a user