.roboto-thin {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Thin-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Thin-webfont.woff) format ('woff');
    font-weight: 100;
    font-style: normal;
  }

  .roboto-light {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Ligh-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Light-webfont.woff) format ('woff');
    font-weight: 300;
    font-style: normal;
  }

  .roboto-regular {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Regular-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Regular-webfont.woff) format ('woff');
    font-weight: 400;
    font-style: normal;
  }

  .roboto-medium {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Medium-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Medium-webfont.woff) format ('woff');
    font-weight: 500;
    font-style: normal;
  }

  .roboto-bold {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Bold-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Bold-webfont.woff) format ('woff');
    font-weight: 700;
    font-style: normal;
  }

  .roboto-black {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-Black-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-Black-webfont.woff) format ('woff');
    font-weight: 900;
    font-style: normal;
  }

  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    src: url(/fonts/Roboto-ThinItalic-webfont.ttf) format ('truetype'),
         url(/fonts/Roboto-ThinItalic-webfont.woff) format ('woff');
    font-weight: 100;
    font-style: italic;
  }

  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
