@font-face {
    font-family: 'LineIcons';
    src: url('../fonts/LineIcons.eot');
    src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.lni {
    display: inline-block;
    font: normal normal normal 1em/1 'LineIcons';
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lni-bar-chart::before {
    content: "\ea2d";
}

.lni-checkmark::before {
    content: "\ea55";
}

.lni-chevron-left::before {
    content: "\ea5a";
}

.lni-chevron-right::before {
    content: "\ea5c";
}

.lni-chevron-up::before {
    content: "\ea5e";
}

.lni-cloud-sync::before {
    content: "\ea67";
}

.lni-thumbs-up::before {
    content: "\ebc5";
}

.lni-timer::before {
    content: "\ebca";
}

.lni-users::before {
    content: "\ebdf";
}