@font-face {
  font-family: 'YourFontName';
  src: url('{{ "your-font-file.woff2" | asset_url }}') format('woff2'),
       url('{{ "your-font-file.woff" | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
