Skip to content

Instantly share code, notes, and snippets.

@mikedijkstra
Created March 10, 2017 17:34
Show Gist options
  • Save mikedijkstra/97ea829ce226fe90f763c03a45e8f307 to your computer and use it in GitHub Desktop.
Save mikedijkstra/97ea829ce226fe90f763c03a45e8f307 to your computer and use it in GitHub Desktop.
Fonts in Shopify
@font-face {
font-family: 'Apercu Regular';
src: url("{{'apercu-regular.eot' | asset_url }}");
src: url("{{'apercu-regular.eot?#iefix' | asset_url }}") format('embedded-opentype'),
url("{{'apercu-regular.woff' | asset_url }}") format('woff'),
url("{{'apercu-regular.woff2' | asset_url }}") format('woff2'),
url("{{'apercu-regular.ttf' | asset_url }}") format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment