@font-face {
  font-family: 'customfont';
  src: url('customfont.woff') format('woff');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'customfont2';
  src: url('custom-font-2.woff') format('woff');
  font-weight: 400;
  font-style: normal
}
