
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("light-1.woff2") format('woff2'), /* Super Modern Browsers */
       url("light-1.woff") format('woff'), /* Modern Browsers */
       url("light-1.ttf") format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("lightitalic.woff2") format('woff2'), /* Super Modern Browsers */
       url("lightitalic.woff") format('woff'), /* Modern Browsers */
       url("lightitalic.ttf") format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("regular-1.woff2") format('woff2'), /* Super Modern Browsers */
       url("regular-1.woff") format('woff'), /* Modern Browsers */
       url("regular-1.ttf") format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("italic.woff2") format('woff2'), /* Super Modern Browsers */
       url("italic.woff") format('woff'), /* Modern Browsers */
       url("italic.ttf") format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("bold-1.woff2") format('woff2'), /* Super Modern Browsers */
       url("bold-1.woff") format('woff'), /* Modern Browsers */
       url("bold-1.ttf") format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url(""); /* IE9 Compat Modes */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
       url("bolditalic.woff2") format('woff2'), /* Super Modern Browsers */
       url("bolditalic.woff") format('woff'), /* Modern Browsers */
       url("bolditalic.ttf") format('truetype'); /* Safari, Android, iOS */
}