@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
       url('fonts/ubuntu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/ubuntu-bold-webfont.woff2') format('woff2'),
       url('fonts/ubuntu-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}