added slab preview
|
@ -4,6 +4,8 @@ Coders' typeface, built from code.
|
|||
|
||||

|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
Quit your editor/program. Unzip and open the folder.
|
||||
|
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
BIN
images/languagsslab.png
Normal file
After Width: | Height: | Size: 454 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
6
makefile
|
@ -111,11 +111,13 @@ images/variants.png : fonts-default fonts-slab fonts-hooky fonts-zshaped
|
|||
optipng images/variants.png
|
||||
|
||||
electronsnaps1: pages
|
||||
cd pages && electron getsnap.js --opentype ../images/opentype.png --languages ../images/languages.png
|
||||
cd pages && electron getsnap.js --opentype ../images/opentype.png --languages ../images/languages.png --languagesslab ../images/languagsslab.png
|
||||
images/opentype.png: electronsnaps1
|
||||
optipng images/opentype.png
|
||||
images/languages.png: electronsnaps1
|
||||
optipng images/languages.png
|
||||
images/languagesslab.png: electronsnaps1
|
||||
optipng images/languagesslab.png
|
||||
|
||||
|
||||
sampleimages: images/weights.png images/variants.png images/opentype.png images/languages.png
|
||||
sampleimages: images/weights.png images/variants.png images/opentype.png images/languages.png images/languagesslab.png
|