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