@font-face {
    font-family: "fontsIcons";
    src: url('fontsIcons.eot');
    src: url('fontsIcons.eot?#iefix') format('eot'),
        /*url('fontsIcons.woff2') format('woff2'),*/
        url('fontsIcons.woff') format('woff'),
        url('fontsIcons.ttf') format('truetype'),
        url('fontsIcons.svg#fontsIcons') format('svg');
}

.fontsIcons:before {
    font-family: "fontsIcons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
    display: block;
}


.fontsIcons-1-quote:before {
    content: "\E001";
}

.fontsIcons-2-union:before {
    content: "\E002";
}