@font-face {
  font-family: 'Sahel';
  src: url('/sahel-font/Sahel.eot');
  src: url('/sahel-font/Sahel.eot?#iefix') format('embedded-opentype'),
       url('/sahel-font/Sahel.woff') format('woff'),
       url('/sahel-font/Sahel.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Sahel', sans-serif;
}