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

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

@font-face {
    font-family: 'eng';
    src:    url('../fonts/bellerose.ttf');
    font-weight:normal;
    font-style:normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'yehuda';
        src: url('../fonts/yehudaclm-light-webfont.svg#yehuda_clmlight') format('svg');
        
    }
    
    @font-face {
        font-family: 'yehuda bold';
        src: url('../fonts/yehudaclm-bold-webfont.svg#yehuda_clmbold') format('svg');
        
    }
}