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

/*Перекрываем font-face для Chrome, так чтобы он брал шрифт только в формате SVG*/
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'helios-thin';
    src: url('../fonts/helios-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
}

