forked from mirrors/bookwyrm
144 lines
2.6 KiB
CSS
144 lines
2.6 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('../fonts/icomoon.eot?36x4a3');
|
|
src: url('../fonts/icomoon.eot?36x4a3#iefix') format('embedded-opentype'),
|
|
url('../fonts/icomoon.ttf?36x4a3') format('truetype'),
|
|
url('../fonts/icomoon.woff?36x4a3') format('woff'),
|
|
url('../fonts/icomoon.svg?36x4a3#icomoon') 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: 'icomoon' !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-book:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-envelope:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-arrow-right:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-bell:before {
|
|
content: "\e904";
|
|
}
|
|
.icon-x:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-quote-close:before {
|
|
content: "\e906";
|
|
}
|
|
.icon-quote-open:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-image:before {
|
|
content: "\e908";
|
|
}
|
|
.icon-pencil:before {
|
|
content: "\e909";
|
|
}
|
|
.icon-list:before {
|
|
content: "\e90a";
|
|
}
|
|
.icon-unlock:before {
|
|
content: "\e90b";
|
|
}
|
|
.icon-globe:before {
|
|
content: "\e90c";
|
|
}
|
|
.icon-lock:before {
|
|
content: "\e90d";
|
|
}
|
|
.icon-chain-broken:before {
|
|
content: "\e90e";
|
|
}
|
|
.icon-chain:before {
|
|
content: "\e90f";
|
|
}
|
|
.icon-comments:before {
|
|
content: "\e910";
|
|
}
|
|
.icon-comment:before {
|
|
content: "\e911";
|
|
}
|
|
.icon-boost:before {
|
|
content: "\e912";
|
|
}
|
|
.icon-arrow-left:before {
|
|
content: "\e913";
|
|
}
|
|
.icon-arrow-up:before {
|
|
content: "\e914";
|
|
}
|
|
.icon-arrow-down:before {
|
|
content: "\e915";
|
|
}
|
|
.icon-local:before {
|
|
content: "\e917";
|
|
}
|
|
.icon-dots-three:before {
|
|
content: "\e918";
|
|
}
|
|
.icon-check:before {
|
|
content: "\e919";
|
|
}
|
|
.icon-dots-three-vertical:before {
|
|
content: "\e91a";
|
|
}
|
|
.icon-bookmark:before {
|
|
content: "\e91b";
|
|
}
|
|
.icon-warning:before {
|
|
content: "\e91c";
|
|
}
|
|
.icon-rss:before {
|
|
content: "\e91d";
|
|
}
|
|
.icon-graphic-heart:before {
|
|
content: "\e91e";
|
|
}
|
|
.icon-graphic-paperplane:before {
|
|
content: "\e91f";
|
|
}
|
|
.icon-graphic-banknote:before {
|
|
content: "\e920";
|
|
}
|
|
.icon-search:before {
|
|
content: "\e986";
|
|
}
|
|
.icon-star-empty:before {
|
|
content: "\e9d7";
|
|
}
|
|
.icon-star-half:before {
|
|
content: "\e9d8";
|
|
}
|
|
.icon-star-full:before {
|
|
content: "\e9d9";
|
|
}
|
|
.icon-heart:before {
|
|
content: "\e9da";
|
|
}
|
|
.icon-plus:before {
|
|
content: "\ea0a";
|
|
}
|
|
.icon-question-circle:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-spinner:before {
|
|
content: "\e97a";
|
|
}
|