Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusugomori/csssans

CSS SANS is the font created with CSS, the computer language for web designing and typesetting.
https://github.com/yusugomori/csssans

Last synced: 6 days ago
JSON representation

CSS SANS is the font created with CSS, the computer language for web designing and typesetting.

Awesome Lists containing this project

README

        

# CSS SANS
CSS SANS is the font created by CSS, the programming language for web designing and typesetting.

# Install

Install with Bower

```shell
bower install css-sans
```
## Stylus
### Installation
```shell
npm install stylus -g
```
### Basic Usage
Compile the stylus files from the command line and compress the CSS output
```shell
stylus -c -w _css-sans.styl -o ../css-sans.css
```