You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jesse Stuart 99c11413e8 Refactor to use FontCustom 10 years ago
css Refactor to use FontCustom 9 years ago
src Refactor to use FontCustom 9 years ago
templates Refactor to use FontCustom 9 years ago
.fontcustom-manifest.json Refactor to use FontCustom 9 years ago
README.md Refactor to use FontCustom 9 years ago
fontcustom.yml Refactor to use FontCustom 9 years ago
sample.html Upadted Github with newer icon and added Lego, Stackoverflow, YC, Lkdto, and Logmein buttons 12 years ago

README.md

Zocial CSS social buttons

I basically rewrote this entire set so they are full vector buttons, meaning:

  • @font-face icons
  • custom font file for all social icons
  • icon font use private unicode spaces for accessibility
  • em sizing based on button font-size
  • support for about 83 different services
  • buttons and icons supported
  • no raster images (sweet)
  • works splendidly on any browser supporting @font-face
  • CSS3 degrades gracefully in IE8 and below etc.
  • also includes generic icon-less primary and secondary buttons

How to use these buttons

<button class="zocial facebook">Button label here</button>

or

<a class="zocial twitter">Button label</a>
  • Can be any element e.g. a, div, button etc.
  • Add class of .zocial
  • Add class for name of service e.g. .dropbox, .twitter, .github
  • Done :-)

Check out zocial.smcllns.com for demo and code examples.

There’s also a LESS version from @gustavohenke here

Problems, questions or requests to @smcllns

How to contribute

Install Font Custom

Run fontcustom compile to build the font.

New fonts are defined by adding them in the svg/ folder. For color settings see the templates/zocial.css file.

License

Under MIT License