/*
 * Generic css file to be @import()ed in other css files to allow using the TOPdesk default web font.
 * At the time of writing, Open Sans.
 */

@font-face {
	font-family: "Open Sans";
	src: local("OpenSans"), local("Open Sans"), url("../fonts/OpenSans-Regular.woff") format("woff");
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400;
	src: local("OpenSans-Italic"), local("Open Sans Italic"), url("../fonts/OpenSans-Italic.woff") format("woff");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: local("OpenSans-Bold"), local("Open Sans Bold"), url("../fonts/OpenSans-Bold.woff") format("woff");
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 700;
	src: local("OpenSans-BoldItalic"), local("Open Sans Bold Italic"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
}
