@font-face {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	src: url("@{ICON_PATH}/fonts/fontawesome.woff2");
}

@font-face {
	font-family: Mfizz;
	src: url("@{ICON_PATH}/fonts/mfixx.woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Devicons;
	src: url("@{ICON_PATH}/fonts/devopicons.woff2");
	font-weight: normal;
	font-style: normal;
}


// Package-specific font for custom icon additions
@custom-font-path: "@{ICON_PATH}/fonts/file-icons.woff2";

@font-face {
	font-family: file-icons;
	src: url(@custom-font-path);
	font-weight: normal;
	font-style: normal;
}
