@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: 
    /* Super Modern Browsers */
    url('/site/templates/webfonts/roboto-normal-400.woff2') format('woff2'),
    /* Pretty Modern Browsers */
    url('/site/templates/webfonts/roboto-normal-400.woff') format('woff');
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: 
    /* Super Modern Browsers */
    url('/site/templates/webfonts/roboto-normal-700.woff2') format('woff2'),
    /* Pretty Modern Browsers */
    url('/site/templates/webfonts/roboto-normal-700.woff') format('woff');
}