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

https://github.com/jgthms/programmingfonts

Test drive programming fonts online
https://github.com/jgthms/programmingfonts

Last synced: 3 months ago
JSON representation

Test drive programming fonts online

Awesome Lists containing this project

README

        

Programming Fonts
================

Test drive programming fonts online in your browser.

# Schema validation

```bash
ajv -s fonts-schema.json -d fonts.json
```

# Compiling stylesheets

```bash
cd fonts/stylesheets/ && lessc fonts.less stylesheet.css
```