
/*****
	Font: Ubuntu
*****/

/* Light */

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-regular-italic.ttf');
  font-weight: normal;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-medium-italic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}
