An open API service indexing awesome lists of open source software.

https://github.com/potch/css-sans

A bad idea if not a fun one
https://github.com/potch/css-sans

Last synced: 11 months ago
JSON representation

A bad idea if not a fun one

Awesome Lists containing this project

README

          

CSS Sans
========
"The Font You Shouldn't Use"

This is a toy project I'm working on to make a display typeface made entirely out of CSS.
I know what you're thinking- yes, this is a stupid and awful idea, but a fun mental calisthenic.

Contributions welcome!

The Rules
---------
- Each character must be a single dom node, augmented with its :before and :after
- Use borders whenever possible (see below)
- Pull requests preferred to "where's this character?" questions :)

TODO
----
- Capitals, numerals, punctuation
√ Make every stroke made of a border, so it can be colored with border-color
- consolidate kerning rules
√ split up into css file, js, html harness
- plug into `lettering.js `_