programmingfonts/README.md

17 lines
294 B
Markdown
Raw Normal View History

2014-11-18 23:56:44 +01:00
Programming Fonts
2014-11-18 21:45:29 +01:00
================
2019-04-13 11:55:49 +02:00
Test drive programming fonts [online in your browser](https://app.programmingfonts.org/).
2014-11-18 23:56:44 +01:00
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
```