programmingfonts/README.md

17 lines
257 B
Markdown
Raw Normal View History

2014-11-18 23:56:44 +01:00
Programming Fonts
2014-11-18 21:45:29 +01:00
================
2014-11-18 23:56:44 +01:00
Test drive programming fonts online in your browser.
2017-07-22 17:26:18 +02:00
# Schema validation
```bash
ajv -s fonts-schema.json -d fonts.json
```
# Compiling stylesheets
```bash
cd fonts/stylesheets/ && lessc fonts.less stylesheet.css
```