Advertisement
srikat

style.css

Oct 30th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.38 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'fontello';
  3.   src: url('fonts/fontello.eot?77883701');
  4.   src: url('fonts/fontello.eot?77883701#iefix') format('embedded-opentype'),
  5.        url('fonts/fontello.woff?77883701') format('woff'),
  6.        url('fonts/fontello.ttf?77883701') format('truetype'),
  7.        url('fonts/fontello.svg?77883701#fontello') format('svg');
  8.   font-weight: normal;
  9.   font-style: normal;
  10. }
  11.  
  12. [class^="icon-"]:before, [class*=" icon-"]:before {
  13.   font-family: "fontello";
  14.   font-style: normal;
  15.   font-weight: normal;
  16.   speak: none;
  17.  
  18.   display: inline-block;
  19.   text-decoration: inherit;
  20.   width: 1em;
  21.   margin-right: .2em;
  22.   text-align: center;
  23.   /* opacity: .8; */
  24.  
  25.   /* For safety - reset parent styles, that can break glyph codes*/
  26.   font-variant: normal;
  27.   text-transform: none;
  28.  
  29.   /* fix buttons height, for twitter bootstrap */
  30.   line-height: 1em;
  31.  
  32.   /* Animation center compensation - margins should be symmetric */
  33.   /* remove if not needed */
  34.   margin-left: .2em;
  35.  
  36.   /* you can be more comfortable with increased icons size */
  37.   /* font-size: 120%; */
  38.  
  39.   /* Uncomment for 3D effect */
  40.   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  41. }
  42.  
  43. .icon-suitcase:before { content: '\e801'; } /* '' */
  44. .icon-map:before { content: '\e802'; } /* '' */
  45. .icon-mail:before { content: '\e803'; } /* '' */
  46. .icon-phone:before { content: '\e800'; } /* '' */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement