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

.demo-icon {
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 150%;
}

.icon-sat:before {
    content: '\e800';
}