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