@font-face {
    font-family: 'Bliss2Regular';
    src: url('../fonts/bliss2r.eot');
    src: url('../fonts/bliss2r.eot') format('embedded-opentype'),
    	url('../fonts/bliss2r.svg#Bliss2Regular') format('svg'),
    	url('../fonts/bliss2r.woff') format('woff'),
        url('../fonts/bliss2r.ttf') format('truetype');
}

/*   */


/* the fix ! simply ADD this block BELOW the above block */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Bliss2Regular';
            src: url('../fonts/bliss2r.svg#Bliss2Regular') format('svg');
    }
}