/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

global
{
	font-family: Fontface;
	font-lookup: embeddedCFF;
}

@font-face
{
	src: url("Arial.ttf");
	font-family: Fontface;
	embed-as-cff: true;
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	src: url("Arial Bold.ttf");
	font-family: Fontface;
	embed-as-cff: true;
	font-weight: bold;
	font-style: normal;
}