1
4
Fork 1
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
927 B
CSS

@font-face {
font-family: 'icons';
src: url('icons.eot?3nfdne');
src: url('icons.eot?3nfdne#iefix') format('embedded-opentype'),
url('icons.ttf?3nfdne') format('truetype'),
url('icons.woff?3nfdne') format('woff'),
url('icons.svg?3nfdne#icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons' !important;
speak: never;
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-pencil:before {
content: "\e905";
}
.icon-search:before {
content: "\e986";
}
.icon-info:before {
content: "\ea0c";
}
.icon-git:before {
content: "\eae7";
}