/* as of November 1st 2015 SVG fonts are not supported by FF, Chrome, Android. Only iOS! */
/* http://caniuse.com/#feat=svg-fonts */

@font-face {
    font-family: 'choco-cooky';
    src: url('../fonts/choco-cooky/choco_cooky.woff') format('woff'),
         url('../fonts/choco-cooky/choco_cooky.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'american-typewriter';
    src: url('../fonts/american-typewriter/AmericanTypewriterReduced.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'slick';
    src: url('../fonts/slick/slick.woff') format('woff'),
         url('../fonts/slick/slick.ttf') format('truetype'),
         url('../fonts/slick/slick.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}



/* https://css-tricks.com/snippets/css/using-font-face */
/*@font-face {*/
  /*font-family: 'MyWebFont';*/
  /*src: url('font.eot'); *//* IE9 Compact Modes */
  /*src: url('font.eot?#iefix') format('embedded-opentype'), *//* IE6-IE8 */
       /*url('font.woff2') format('woff2'), *//* Super Modern Browsers */
       /*url('font.woff') format('woff'), *//* Pretty Modern Browsers */
       /*url('font.ttf')  format('truetype'), *//* Safari, Android, iOS */
       /*url('font.svg#svgFontName') format('svg'); *//* Legacy iOS */
/*}*/
