Skip to content

Instantly share code, notes, and snippets.

@vahe
Last active December 21, 2015 06:48
Show Gist options
  • Select an option

  • Save vahe/6266682 to your computer and use it in GitHub Desktop.

Select an option

Save vahe/6266682 to your computer and use it in GitHub Desktop.
/**
* Stylesheet that implements Entypo font
* http://www.entypo.com/
*
* Autor Yordan Ivanov
* [email protected]
*/
@font-face {
font-family: 'EntypoRegular';
src: url('fonts/entypo/entypo-webfont.eot');
src: url('fonts/entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/entypo/entypo-webfont.woff') format('woff'),
url('fonts/entypo/entypo-webfont.ttf') format('truetype'),
url('fonts/entypo/entypo-webfont.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
[class*="icon-"]:before {
font-family: 'EntypoRegular', sans-serif;
}
.icon-phone:before{ content:'\0021'; }
.icon-smartphone:before{ content:'\0022'; }
.icon-mouse:before{ content:'\0023'; }
.icon-roadsign:before{ content:'\0024'; }
.icon-mail:before{ content:'\0025'; }
.icon-write:before{ content:'\0026'; }
.icon-attachment:before{ content:'\0027'; }
.icon-back:before{ content:'\0028'; }
.icon-doubleback:before{ content:'\0029'; }
.icon-forward:before{ content:'\002A'; }
.icon-user:before{ content:'\002B'; }
.icon-usergroup:before{ content:'\002C'; }
.icon-adduser:before{ content:'\002D'; }
.icon-profie:before{ content:'\002E'; }
.icon-newwindow:before{ content:'\002F'; }
.icon-mappin:before{ content:'\0030'; }
.icon-map:before{ content:'\0031'; }
.icon-compass:before{ content:'\0032'; }
.icon-compasshand:before{ content:'\0033'; }
.icon-crosshair:before{ content:'\0034'; }
.icon-link:before{ content:'\0035'; }
.icon-heart:before{ content:'\0036'; }
.icon-star:before{ content:'\0037'; }
.icon-thumbsup:before{ content:'\0038'; }
.icon-conversation:before{ content:'\0039'; }
.icon-comment:before{ content:'\003A'; }
.icon-rightquote:before{ content:'\003B'; }
.icon-printer:before{ content:'\003C'; }
.icon-bell:before{ content:'\003D'; }
.icon-brokenlink:before{ content:'\003E'; }
.icon-flag:before{ content:'\003F'; }
.icon-gear:before{ content:'\0040'; }
.icon-flashlight:before{ content:'\0041'; }
.icon-trophy:before{ content:'\0042'; }
.icon-tag:before{ content:'\0043'; }
.icon-camera:before{ content:'\0044'; }
.icon-moon:before{ content:'\0045'; }
.icon-palette:before{ content:'\0046'; }
.icon-envato:before{ content:'\0047'; }
.icon-musicnote:before{ content:'\0048'; }
.icon-bag:before{ content:'\0049'; }
.icon-airplane:before{ content:'\004A'; }
.icon-lifesaver:before{ content:'\004B'; }
.icon-rings:before{ content:'\004C'; }
.icon-eye:before{ content:'\004D'; }
.icon-clock:before{ content:'\004E'; }
.icon-microphone:before{ content:'\004F'; }
.icon-calender:before{ content:'\0050'; }
.icon-bolt:before{ content:'\0051'; }
.icon-hourglass:before{ content:'\0052'; }
.icon-rss:before{ content:'\0053'; }
.icon-signal:before{ content:'\0054'; }
.icon-lock:before{ content:'\0055'; }
.icon-unlock:before{ content:'\0056'; }
.icon-checkmark:before{ content:'\0057'; }
.icon-xmark:before{ content:'\0058'; }
.icon-minuscircle:before{ content:'\0059'; }
.icon-pluscircle:before{ content:'\005A'; }
.icon-xmarkcircle:before{ content:'\005B'; }
.icon-minus:before{ content:'\005C'; }
.icon-plus:before{ content:'\005D'; }
.icon-cancel:before{ content:'\005E'; }
.icon-info:before{ content:'\005F'; }
.icon-infocircle:before{ content:'\0060'; }
.icon-questionmark:before{ content:'\0061'; }
.icon-questioncircle:before{ content:'\0062'; }
.icon-caution:before{ content:'\0063'; }
.icon-clockwise:before{ content:'\0064'; }
.icon-counterclockwise:before{ content:'\0065'; }
.icon-crosspaths:before{ content:'\0066'; }
.icon-backarrow:before{ content:'\0067'; }
.icon-looparrow:before{ content:'\0068'; }
.icon-list:before{ content:'\0069'; }
.icon-listadd:before{ content:'\006A'; }
.icon-window:before{ content:'\006B'; }
.icon-document:before{ content:'\006C'; }
.icon-portrait:before{ content:'\006D'; }
.icon-copydocument:before{ content:'\006E'; }
.icon-landscape:before{ content:'\006F'; }
.icon-photos:before{ content:'\0070'; }
.icon-video:before{ content:'\0071'; }
.icon-music:before{ content:'\0072'; }
.icon-folder:before{ content:'\0073'; }
.icon-cabinet:before{ content:'\0074'; }
.icon-trash:before{ content:'\0075'; }
.icon-upload:before{ content:'\0076'; }
.icon-download:before{ content:'\0077'; }
.icon-hdd:before{ content:'\0078'; }
.icon-cloud:before{ content:'\0079'; }
.icon-cloudupload:before{ content:'\007A'; }
.icon-play:before{ content:'\007B'; }
.icon-pause:before{ content:'\007C'; }
.icon-record:before{ content:'\007D'; }
.icon-stop:before{ content:'\007E'; }
.icon-creativecommons:before{ content:'\00A9'; }
.icon-widewindow:before{ content:'\00AE'; }
.icon-nexttrack:before{ content:'\00C4'; }
.icon-previoustrack:before{ content:'\00C5'; }
.icon-beginningtrack:before{ content:'\00C7'; }
.icon-endtrack:before{ content:'\00C9'; }
.icon-zoomout:before{ content:'\00D1'; }
.icon-zoomin:before{ content:'\00D6'; }
.icon-volume:before{ content:'\00DC'; }
.icon-volumeoff:before{ content:'\00E0'; }
.icon-volumeon:before{ content:'\00E1'; }
.icon-leftarrow:before{ content:'\00E2'; }
.icon-uparrow:before{ content:'\00E3'; }
.icon-downarrow:before{ content:'\00E4'; }
.icon-rightarrow:before{ content:'\00E5'; }
.icon-leftarrowsmall:before{ content:'\00E7'; }
.icon-uparrowsmall:before{ content:'\00E8'; }
.icon-downarrowsmall:before{ content:'\00E9'; }
.icon-rightarrowsmall:before{ content:'\00EA'; }
.icon-leftarrowcircle:before{ content:'\00EB'; }
.icon-uparrowcircle:before{ content:'\00EC'; }
.icon-downarrowcircle:before{ content:'\00ED'; }
.icon-rightarrowcircle:before{ content:'\00EE'; }
.icon-home:before{ content:'\00EF'; }
.icon-bookmark:before{ content:'\00F1'; }
.icon-maximize:before{ content:'\00F2'; }
.icon-opendocument:before{ content:'\00F3'; }
.icon-search:before{ content:'\00F4'; }
.icon-ellipsis:before{ content:'\00F6'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment