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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'customfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.icon-donation:before {
    content: "\e900";
}
.icon-unity-magazine:before {
    content: "\e901";
}
.icon-find-parish:before {
    content: "\e902";
}
.icon-mess-timing:before {
    content: "\e903";
}

