@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?gq65fa');
    src:    url('fonts/icomoon.eot?gq65fa#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?gq65fa') format('truetype'),
        url('fonts/icomoon.woff?gq65fa') format('woff'),
        url('fonts/icomoon.svg?gq65fa#icomoon') format('svg');
}

[class^="ic-"], [class*=" ic-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-google:before {
    content: "\e904";
}
.ic-feedly:before {
    content: "\e900";
}
.ic-hatebu:before {
    content: "\e901";
}
.ic-line:before {
    content: "\e902";
    margin-left: -6px;
}
.ic-pocket:before {
    content: "\e903";
    margin-left: -6px;
}
.ic-facebook:before {
    content: "\ea90";
}
.ic-twitter:before {
    content: "\ea96";
}

