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
- Host: GitHub
- URL: https://github.com/potch/css-sans
- Owner: potch
- Created: 2011-08-18T17:53:26.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-31T15:29:32.000Z (almost 15 years ago)
- Last Synced: 2025-04-23T01:16:03.773Z (about 1 year ago)
- Homepage: https://potch.github.io/CSS-Sans/
- Size: 175 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_