﻿@font-face {
	font-family: Roboto;
	src: url(../Font/ROBOTO-REGULAR.TTF);
	src: url('../Font/ROBOTO-REGULAR.eot?#iefix') format('embedded-opentype'),
		url('../Font/ROBOTO-REGULAR.woff') format('woff'),
		url(../Font/ROBOTO-REGULAR.TTF) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url(../Font/ROBOTO-BOLD.TTF);
	src: url('../Font/ROBOTO-BOLD.eot?#iefix') format('embedded-opentype'),
		url('../Font/ROBOTO-BOLD.woff') format('woff'),
		url('../Font/ROBOTO-BOLD.TTF') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: Roboto Light;
	src: url(../Font/ROBOTO-LIGHT.TTF);
	src: url('../Font/ROBOTO-LIGHT.eot?#iefix') format('embedded-opentype'),
		url('../Font/ROBOTO-LIGHT.woff') format('woff'),
		url(../Font/ROBOTO-LIGHT.TTF) format('truetype');
	font-weight: lighter;
	font-style: normal;
}

