some notes

This commit is contained in:
Koen Lageveen 2017-07-22 17:26:18 +02:00
parent 12c5a7acaa
commit 78691ba533
1 changed files with 11 additions and 0 deletions

View File

@ -3,3 +3,14 @@ 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
```