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

.sp-pc-font-icon {
    font-family: "spfont";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}