@font-face {
  font-family: 'Nobile';
  font-style: normal;
  font-weight: bold;
  src: local('Nobile'), url('../fonts/font-b.ttf') format('truetype');
}
@font-face {
  font-family: 'Nobile';
  font-style: italic;
  font-weight: normal;
  src: local('Nobile'), url('../fonts/font-i.ttf') format('truetype');
}
@font-face {
  font-family: 'Nobile';
  font-style: normal;
  font-weight: normal;
  src: local('Nobile'), url('../fonts/font.ttf') format('truetype');
}
@font-face {
  font-family: 'Nobile';
  font-style: italic;
  font-weight: bold;
  src: local('Nobile'), url('../fonts/font-bi.ttf') format('truetype');
}
