<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'sow-typicons';
	src:url('font/typicons.eot');
	src:url('font/typicons.eot') format('embedded-opentype'),
		url('font/typicons.woff') format('woff'),
		url('font/typicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.sow-icon-typicons {
	font-family: 'sow-typicons';
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sow-icon-typicons[data-sow-icon]:before {
	content: attr(data-sow-icon);
}
</pre></body></html>