@font-face {
    font-family: 'CoopIcons';
    src:url('../fonts/CoopIcons.eot');
    src:url('../fonts/CoopIcons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoopIcons.woff') format('woff'),
        url('../fonts/CoopIcons.ttf') format('truetype'),
        url('../fonts/CoopIcons.svg#CoopIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'CoopIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
