@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.woff2");
  font-style: normal;
  font-weight: 400;
    src: url('../fonts/icons.eot'); /* IE9 Compat Modes */
    src: local('icons'), local('icons'),
         url('../fonts/icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/icons.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/icons.woff') format('woff'), /* Modern Browsers */
         url('../fonts/icons.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/icons.svg#icons') format('svg'); /* Legacy iOS */
  }
