@font-face
{
    font-family: 'whatever it takes';
  src: url('whatever it takes.eot');
  src: url('whatever it takes.eot?#') format('embedded-opentype'),
      url('whatever it takes.woff') format('woff'),
      url('whatever it takes.ttf') format('truetype');
}
@font-face
{
    font-family: 'whatever it takes bold';
  src: url('whatever it takes bold.eot');
  src: url('whatever it takes bold.eot?#') format('embedded-opentype'),
      url('whatever it takes bold.woff') format('woff'),
      url('whatever it takes bold.ttf') format('truetype');
}
