Skip to content

Instantly share code, notes, and snippets.

View lannon's full-sized avatar

John Lannon lannon

  • Milwaukee, WI
  • 19:23 (UTC -05:00)
View GitHub Profile
@lannon
lannon / entypo.css
Last active August 29, 2015 13:57 — 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;
}