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

[class^="icon-"], [class*=" icon-"]
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pasta' !important;
    speak: never;
    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-pasta:before
{
    content: "\e900";
}
