@font-face {
    font-family: 'Alef';
    src: url('alef-regular.eot');
    src: url('alef-regular.eot?#iefix') format('embedded-opentype'),
         url('alef-regular.woff') format('woff'),
         url('alef-regular.ttf') format('truetype'),
         url('alef-regular.svg#alefregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
body { font-family:Alef; }