@font-face {
  font-family: 'CollectionFree';
  src: url('/path-to/CollectionFree.woff2') format('woff2'),
       url('/path-to/CollectionFree.woff') format('woff'),
       url('/path-to/CollectionFree.ttf')  format('truetype');
}

body {
  font-family: 'CollectionFree', sans-serif;
}
