@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Bold-webfont.eot');
    src: url('../fonts/Play-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Bold-webfont.woff') format('woff'),
         url('../fonts/Play-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Play-Bold-webfont.svg#Play-Bold-webfont') 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: 'Play';
    src: url('../fonts/Play-Bold-webfont.svg#Play-Bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    }
}
@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/opensansregular.woff') format('woff'),
     url('../fonts/opensansregular.ttf') format('truetype'),
    url('../fonts/opensansregular.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/opensansregular.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
}
