@CHARSET "UTF-8";

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../resources/static/cct/fonts/glyphicons-halflings-regular.eot');
	src:
		url('../resources/static/cct/fonts/glyphicons-halflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('../resources/static/cct/fonts/glyphicons-halflings-regular.woff')
		format('woff'),
		url('../resources/static/cct/fonts/glyphicons-halflings-regular.ttf')
		format('truetype'),
		url('../resources/static/cct/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
		format('svg');
}