Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created May 6, 2014 12:26
Show Gist options
  • Save ahmadajmi/c80d7c5165c9eb8374f0 to your computer and use it in GitHub Desktop.
Save ahmadajmi/c80d7c5165c9eb8374f0 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'maki';
src: url('maki/fontello.eot?28745247');
src: url('maki/fontello.eot?28745247#iefix') format('embedded-opentype'),
url('maki/fontello.woff?28745247') format('woff'),
url('maki/fontello.ttf?28745247') format('truetype'),
url('maki/fontello.svg?28745247#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?28745247#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "maki";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-aboveground-rail:before { content: '\e800'; } /* '' */
.icon-warehouse:before { content: '\e83c'; } /* '' */
.icon-airport:before { content: '\e802'; } /* '' */
.icon-art-gallery:before { content: '\e803'; } /* '' */
.icon-bar:before { content: '\e804'; } /* '' */
.icon-baseball:before { content: '\e805'; } /* '' */
.icon-basketball:before { content: '\e806'; } /* '' */
.icon-beer:before { content: '\e807'; } /* '' */
.icon-belowground-rail:before { content: '\e808'; } /* '' */
.icon-bicycle:before { content: '\e809'; } /* '' */
.icon-bus:before { content: '\e80a'; } /* '' */
.icon-cafe:before { content: '\e80b'; } /* '' */
.icon-campsite:before { content: '\e80d'; } /* '' */
.icon-cemetery:before { content: '\e80c'; } /* '' */
.icon-cinema:before { content: '\e80e'; } /* '' */
.icon-college:before { content: '\e80f'; } /* '' */
.icon-commerical-building:before { content: '\e810'; } /* '' */
.icon-credit-card:before { content: '\e811'; } /* '' */
.icon-cricket:before { content: '\e812'; } /* '' */
.icon-embassy:before { content: '\e813'; } /* '' */
.icon-fast-food:before { content: '\e814'; } /* '' */
.icon-ferry:before { content: '\e815'; } /* '' */
.icon-fire-station:before { content: '\e816'; } /* '' */
.icon-football:before { content: '\e817'; } /* '' */
.icon-fuel:before { content: '\e818'; } /* '' */
.icon-garden:before { content: '\e819'; } /* '' */
.icon-giraffe:before { content: '\e81a'; } /* '' */
.icon-golf:before { content: '\e81b'; } /* '' */
.icon-grocery-store:before { content: '\e81c'; } /* '' */
.icon-harbor:before { content: '\e81d'; } /* '' */
.icon-heliport:before { content: '\e81e'; } /* '' */
.icon-airfield:before { content: '\e801'; } /* '' */
.icon-industrial-building:before { content: '\e820'; } /* '' */
.icon-library:before { content: '\e821'; } /* '' */
.icon-lodging:before { content: '\e822'; } /* '' */
.icon-london-underground:before { content: '\e823'; } /* '' */
.icon-minefield:before { content: '\e824'; } /* '' */
.icon-monument:before { content: '\e825'; } /* '' */
.icon-museum:before { content: '\e826'; } /* '' */
.icon-pharmacy:before { content: '\e827'; } /* '' */
.icon-pitch:before { content: '\e836'; } /* '' */
.icon-police:before { content: '\e837'; } /* '' */
.icon-post:before { content: '\e838'; } /* '' */
.icon-prison:before { content: '\e839'; } /* '' */
.icon-rail:before { content: '\e83a'; } /* '' */
.icon-religious-christian:before { content: '\e83b'; } /* '' */
.icon-religious-islam:before { content: '\e835'; } /* '' */
.icon-religious-jewish:before { content: '\e834'; } /* '' */
.icon-restaurant:before { content: '\e833'; } /* '' */
.icon-roadblock:before { content: '\e832'; } /* '' */
.icon-school:before { content: '\e831'; } /* '' */
.icon-shop:before { content: '\e830'; } /* '' */
.icon-skiing:before { content: '\e82f'; } /* '' */
.icon-soccer:before { content: '\e82e'; } /* '' */
.icon-swimming:before { content: '\e82d'; } /* '' */
.icon-tennis:before { content: '\e82c'; } /* '' */
.icon-theatre:before { content: '\e82b'; } /* '' */
.icon-toilet:before { content: '\e82a'; } /* '' */
.icon-town-hall:before { content: '\e829'; } /* '' */
.icon-trash:before { content: '\e828'; } /* '' */
.icon-tree-1:before { content: '\e83e'; } /* '' */
.icon-tree-2:before { content: '\e83d'; } /* '' */
.icon-hospital:before { content: '\e81f'; } /* '' */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment