﻿@import url(http://fonts.googleapis.com/css?family=Istok+Web);

@font-face {
  font-family: 'Angelina';
  src: url('../fonts/angelina.TTF');
}

@font-face {
  font-family: 'Haettenschweiler';
  src: url('../fonts/haettenschweiler-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/haettenschweiler-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/haettenschweiler-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/haettenschweiler-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/haettenschweiler-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/haettenschweiler-webfont.svg#haettenschweilerregular') format('svg'); /* Legacy iOS */
}