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