@font-face {
  font-family: 'Roboto bold';
  src: url(../fonts/ROBOTO-BOLD.TTF) format('truetype');
}
@font-face {
  font-family: 'Roboto bold italic';
  src: url(../fonts/ROBOTO-BOLDITALIC.TTF) format('truetype');
}
@font-face {
  font-family: 'Roboto italic';
  src: url(../fonts/ROBOTO-ITALIC.TTF) format('truetype');
}
@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/ROBOTO-REGULAR.TTF) format('truetype');
}
@font-face {
  font-family: 'Roboto thin';
  src: url(../fonts/ROBOTO-THIN.TTF) format('truetype');
}
body {
  font-family: 'Roboto bold','Arial','微软雅黑';
}