@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
      url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
      url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'),
      url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
      url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('fonts/iconfont/Material Icons'),
       local('fonts/iconfont/MaterialIcons-Regular'),
       url(fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

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