@font-face {
    font-family: 'Chewy'; /*a name to be used later*/
    src: url('/icons/Chewy-Regular.ttf'); /*URL to font*/
}
body {
  font-family: Arial
}
