@font-face {
  font-family: 'BoldFont';
  src: url('theboldfont.eot');
  src: url('theboldfont.woff2') format('woff2'),
       url('theboldfont.woff') format('woff'),
       url('theboldfont.ttf') format('truetype'),
       url('theboldfont.svg#BoldFont') format('svg'),
       url('theboldfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

