receptty.org/static/icons.css

55 lines
1.2 KiB
CSS

@font-face {
font-family: 'icons';
src: url('fonts/icons.eot?zcunvu');
src: url('fonts/icons.eot?zcunvu#iefix') format('embedded-opentype'),
url('fonts/icons.ttf?zcunvu') format('truetype'),
url('fonts/icons.woff?zcunvu') format('woff'),
url('fonts/icons.svg?zcunvu#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-book:before {
content: "\e91f";
}
.icon-clock:before {
content: "\e94e";
}
.icon-search:before {
content: "\e986";
}
.icon-spoon-knife:before {
content: "\e9a3";
}
.icon-info:before {
content: "\ea0c";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-git:before {
content: "\eae7";
}