@font-face {
  font-family: 'Bastia';
  src: url('font/Bastia-Bold.otf') format('opentype');
  src: url('font/Bastia-Bold.otf') format('opentype'),
   url('font/bastia/Bastia-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bastia';
  src: url('font/Bastia-Bold.otf') format('opentype');
  src: url('font/Bastia-Bold.otf') format('opentype'),
   url('font/bastia/Bastia-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}