@font-face {
    font-family: "Untitled";
    src:
    url("fonts/Untitled.ttf") format("truetype"),
    url("fonts/Untitled.woff") format("woff"),
    url("fonts/Untitled.woff2") format("woff2"),
    url("fonts/Untitled.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    font-family: "Untitled" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-books:before {
    content: "\1f4da";
}
.icon-register_book--outline:before {
    content: "\f1b4";
}
.icon-type:before {
    content: "\f08b";
}
.icon-freidrih:before {
    content: "\f000";
}
.icon-feather:before {
    content: "\1fab6";
}
