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

.post-icon  {
	font-family: 'post-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-views:before {
  content: "\e9a9";
}
.icon-grid:before {
  content: "\e905";
}
.icon-grid-2:before {
  content: "\e906";
}
.icon-comments:before {
  content: "\e902";
}
.icon-right-2:before {
  content: "\e903";
}
.icon-left-2:before {
  content: "\e904";
}
.icon-left:before {
  content: "\e900";
}
.icon-right:before {
  content: "\e901";
}
.icon-quote:before {
  content: "\e977";
}
