@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
	src: url("/fonts/roboto/Roboto-Regular.eot"); /* IE9*/
	src: url("/fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), 
	url("/fonts/roboto/Roboto-Regular.woff2") format("woff2"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Regular.woff") format("woff"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
	src: url("/fonts/roboto/Roboto-Bold.eot"); /* IE9*/
	src: url("/fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), 
	url("/fonts/roboto/Roboto-Bold.woff2") format("woff2"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Bold.woff") format("woff"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
	src: url("/fonts/roboto/Roboto-Light.eot"); /* IE9*/
	src: url("/fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), 
	url("/fonts/roboto/Roboto-Light.woff2") format("woff2"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Light.woff") format("woff"), /* chrome、firefox */
	url("/fonts/roboto/Roboto-Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}