/* door chrome update misschien depricated??? */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: '-base';
		src: url("fonts/-base.svg#-base") format("svg")!important;
	}
	
	[class^="icon-"]:before, [class*=" icon-"]:before {
		/*line-height:1.2;
		padding-top:4px;*/
	}

}