@font-face {
  font-family: 'bigPix';
  src: url('fonts/bigPixels.ttf') format('OpenType'), 
  url('fonts/bigPixels.ttf') format('OpenType');
}
@font-face {
  font-family: 'smallPix';
  src: url('fonts/smallFont.otf') format('TrueType'), 
  url('fonts/smallFont.otf') format('TrueType');
}
@font-face {
  font-family: 'legend';
  src: url('fonts/fontLegend.ttf') format('OpenType'), 
  url('fonts/fontLegend.ttf') format('OpenType');
}
  body {
  color: orange;
  font-family: 'bigPix', 'smallPix', 'legend';
}