programmingfonts/README.md
Koen Lageveen 78691ba533 some notes
2017-07-22 17:26:18 +02:00

17 lines
257 B
Markdown
Executable File

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
```