/*
	RiskMap Icons
  Generated by grunt-webfont
*/

@font-face {
	font-family:"<%= fontFamilyName %>";
  src: url("<%= fontSrc %>.eot");
	src: url("<%= fontSrc %>.eot?#iefix") format("embedded-opentype"),
 			 url("<%= fontSrc %>.woff") format("woff"),
 			 url("<%= fontSrc %>.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

/* Bootstrap Overrides */
[class^="<%= classPrefix %>"]:before,
[class*=" <%= classPrefix %>"]:before {
  font-family:"<%= fontFamilyName %>";
	vertical-align: baseline;
	line-height: inherit;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* Icons & Aliases */
<%= iconList(glyphs, aliases, classPrefix, codepoints) %>
