receptty.org/static/icons.css

55 lines
1.2 KiB
CSS
Raw Normal View History

@font-face {
2021-03-11 17:14:08 +01:00
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');
2021-03-11 17:14:08 +01:00
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
2021-03-11 17:14:08 +01:00
/* 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;
2021-03-11 17:14:08 +01:00
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2021-03-11 17:14:08 +01:00
.icon-pencil:before {
content: "\e905";
}
.icon-book:before {
content: "\e91f";
}
.icon-clock:before {
content: "\e94e";
}
.icon-search:before {
2021-03-11 17:14:08 +01:00
content: "\e986";
}
.icon-spoon-knife:before {
content: "\e9a3";
}
.icon-info:before {
2021-03-11 17:14:08 +01:00
content: "\ea0c";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-git:before {
2021-03-11 17:14:08 +01:00
content: "\eae7";
}