@font-face {
    font-family: 'lticon_fonts';
    src:    url('https://image.librarything.com/webfonts/lticon_fonts.eot?v=jgsz8');
    src:    url('https://image.librarything.com/webfonts/lticon_fonts.eot?v=jgsz8#iefix') format('embedded-opentype'),
            url('https://image.librarything.com/webfonts/lticon_fonts.woff2?v=jgsz8') format('woff2'),
            url('https://image.librarything.com/webfonts/lticon_fonts.ttf?v=jgsz8') format('truetype'),
            url('https://image.librarything.com/webfonts/lticon_fonts.woff?v=jgsz8') format('woff'),
            url('https://image.librarything.com/webfonts/lticon_fonts.svg?v=jgsz8#lticon_fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lti {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lticon_fonts' !important;
    speak: none;
    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;
}

.lti-user-books:before {
    content: "\1f464";
}
.lti-user-books-busy:before {
    content: "\1f476";
}
.lti-tinycat:before {
    content: "\1f408";
}
.lti-lt:before {
    content: "\1f4d5";
}
.lti-litsy:before {
    content: "\1f4da";
    margin-right: 1px;
}
