Skip to content

Instantly share code, notes, and snippets.

View vahe's full-sized avatar

Vahe Khachikyan vahe

  • Shopify
  • Toronto, Canada
View GitHub Profile
@vahe
vahe / entypo.css
Last active December 21, 2015 06:49 — forked from pnull/entypo.css
@font-face {
font-family: 'EntypoRegular';
src: url('font/entypo.eot');
src: url('font/entypo.eot?#iefix') format('embedded-opentype'),
url('font/entypo.woff') format('woff'),
url('font/entypo.ttf') format('truetype'),
url('font/entypo.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@vahe
vahe / entypo.css
Last active December 21, 2015 06:48
/**
* Stylesheet that implements Entypo font
* http://www.entypo.com/
*
* Autor Yordan Ivanov
* [email protected]
*/
@font-face {
font-family: 'EntypoRegular';