@charset "utf-8";

@font-face {
	font-family: 'ubuntu';
	src: url('./ubuntu_l.eot');
	src: url('./ubuntu_l.eot') format('embedded-opentype'),
	url('./ubuntu_l.woff') format('woff'),
	url('./ubuntu_l.ttf') format('truetype'),
	url('./ubuntu_l.svg#UbuntuLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ubuntu';
	src: url('./ubuntu_b.eot');
	src: url('./ubuntu_b.eot') format('embedded-opentype'),
	url('./ubuntu_b.woff') format('woff'),
	url('./ubuntu_b.ttf') format('truetype'),
	url('./ubuntu_b.svg#UbuntuBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
