@font-face {
    font-family: 'arialregular';
    src: url('arial-webfont.woff2') format('woff2'),
         url('arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialbold';
    src: url('arialbd-webfont.woff2') format('woff2'),
         url('arialbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

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