Skip to content

Commit 89b24e4

Browse files
committed
added repository link, updated short description
1 parent 0decbd1 commit 89b24e4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# fontmake-mp [![Build Status](https://semaphoreci.com/api/v1/sourcefoundry/fontmake-mp/branches/master/badge.svg)](https://semaphoreci.com/sourcefoundry/fontmake-mp)
2-
Concurrent fontmake builds with UFO typeface source
2+
3+
Concurrent font compilation from UFO source files with fontmake

fmp.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# ================================================================
4+
# ==================================================================
55
# fmp.py
6-
# Parallel fontmake font builds from UFO source
6+
# Concurrent font compilation from UFO source files with fontmake
77
#
88
# Copyright 2017 Christopher Simpkins
99
# MIT License
10-
# ================================================================
10+
#
11+
# Source Repository: https://github.com/source-foundry/fontmake-mp
12+
# ==================================================================
1113

1214
import sys
1315
import os

0 commit comments

Comments
 (0)