Create "not" font-face "icons" for social websites
Nowadays, resisting peer pressure and trying to join as little as possible any kind of social network is very hard.
You need to be proud of resisting, and display your anarchism on your blog/webpage/whatever.
Yet you're curious about how the web is made and want to be (kinda) part of it.
That's why you want anti-@font-faces like those:
This repo comes with some SVG icons already "not"-ified. You can fetch a nice, ready to use bundle with the font-faces this way:
make fontello
Everything you need is going to be in the fontello.zip
archive. You can display it in your browser with :
make show
Just hack html/css/everything from the demo.html
page source that opened into your socialnetworks-free website.
If you want to rebuild everything, because it's your thing, or because you modified/added to the src_icons̀
folder:
make svg
make show
## Add more fonts
Copy SVG files of the icon you want to cross out in src_icons
folder and run
make svg
The SVG has to be as simple as possible, with just a path
defined.
Required :
apt-get install ruby-nokogiri inkscape
Optional :
apt-get install librsvg2-bin # to convert from svg to png
It's very ugly. Please yell at it.