/* font-family: 'Nunito', sans-serif; */
@font-face
{
	font-family: 'Nunito';
	src: url('Nunito/static/Nunito-Regular.html');
	src: url('Nunito/static/Nunito-Regular.html')format('ttf'),
		 url('Nunito/static/Nunito-Regular.html')format('truetype');
	/* normal, bold, 300, 400, 400i, 500, 600, 700, 900 */
	font-weight: normal;
	/* normal, italic, oblique */
	font-style: normal;
}

/* font-family: 'Nunito', sans-serif; */
@font-face
{
	font-family: 'Nunito';
	src: url('Nunito/static/Nunito-Bold.html');
	src: url('Nunito/static/Nunito-Bold.html')format('ttf'),
		 url('Nunito/static/Nunito-Bold.html')format('truetype');
	/* normal, bold, 300, 400, 400i, 500, 600, 700, 900 */
	font-weight: 700;
	/* normal, italic, oblique */
	font-style: normal;
}

/* font-family: 'Open Sans', sans-serif; */
@font-face
{
	font-family: 'Open Sans';
	src: url('Open_Sans/OpenSans-Regular.html');
	src: url('Open_Sans/OpenSans-Regular.html')format('ttf'),
		 url('Open_Sans/OpenSans-Regular.html')format('truetype');
	/* normal, bold, 300, 400, 400i, 500, 600, 700, 900 */
	font-weight: normal;
	/* normal, italic, oblique */
	font-style: normal;
}

@font-face
{
	font-family: 'Open Sans';
	src: url('Open_Sans/OpenSans-Bold.html');
	src: url('Open_Sans/OpenSans-Bold.html')format('ttf'),
		 url('Open_Sans/OpenSans-Bold.html')format('truetype');
	/* normal, bold, 300, 400, 400i, 500, 600, 700, 900 */
	font-weight: 700;
	/* normal, italic, oblique */
	font-style: normal;
}

/* font-family: 'Roboto', sans-serif; */
@font-face
{
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Regular.html');
	src: url('Roboto/Roboto-Regular.html')format('ttf'),
		 url('Roboto/Roboto-Regular.html')format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* font-family: 'Roboto', sans-serif; */
@font-face
{
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Italic.html');
	src: url('Roboto/Roboto-Italic.html')format('ttf'),
		 url('Roboto/Roboto-Italic.html')format('truetype');
	font-weight: normal;
	font-style: italic;
}

/* font-family: 'Roboto', sans-serif; */
@font-face
{
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Medium.html');
	src: url('Roboto/Roboto-Medium.html')format('ttf'),
		 url('Roboto/Roboto-Medium.html')format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* font-family: 'Roboto', sans-serif; */
@font-face
{
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Bold.html');
	src: url('Roboto/Roboto-Bold.html')format('ttf'),
		 url('Roboto/Roboto-Bold.html')format('truetype'),
		 url('Roboto/Roboto-Bold.html')format('woff2');
	font-weight: 700;
	font-style: normal;
}
