mirror of
https://github.com/braver/programmingfonts.git
synced 2024-10-31 21:11:06 +01:00
17 lines
257 B
Markdown
Executable File
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
|
|
```
|