Skip to content

Commit 9ffb7a1

Browse files
committed
Add screenshot to readme
1 parent c430de4 commit 9ffb7a1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# Peter Mono
2+
3+
![letters](/media/letters.png "letters.png")
4+
5+
#### Development
16
from the root dir,
27
* first run `make init` to set up the dependencies
38
* edit the svg font and save
49
* run `make build` to build and zip the fonts with fontforge
510
* run `make install` to install the fonts to your user account (will update if already installed in ~/.fonts/PeterMonoFonts)
611

712
> fontforge docs: https://fontforge.github.io/scripting.html
8-

media/letters.png

148 KB
Loading

scripts/forge.pe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/fontforge
1+
#! /usr/local/bin/env fontforge
22
# takes multiple svg's, positions and scales glyphs, outputs sfd and otf for each
33
i = 1
44
while ( i<$argc )

0 commit comments

Comments
 (0)