Skip to content

Commit b2134a3

Browse files
committed
Merge Arabic and Latin sources
1 parent 9c8bff6 commit b2134a3

File tree

650 files changed

+34129
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

650 files changed

+34129
-249
lines changed

Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616
NAME = ReemKufi
17-
LATIN = JosefinSans
1817
COLRv0 = Fun
1918
COLRv1 = Ink
2019

@@ -94,7 +93,7 @@ ${COLRDIR}/%/colr.toml: colr.toml
9493
mkdir -p ${@D}
9594
touch $@
9695

97-
%/glyphmap.csv: ${SOURCEDIR}/${NAME}.glyphspackage
96+
%/glyphmap.csv: ${GLYPHSFILE}
9897
mkdir -p ${@D}
9998
${PYTHON} ${SCRIPTDIR}/mkglyphmap.py $< ${@D}
10099

@@ -143,12 +142,7 @@ ${FONTDIR}/${NAME}.ttf: ${BUILDDIR}/${NAME}.ttf
143142
mkdir -p ${@D}
144143
${PYTHON} ${SCRIPTDIR}/mknocolr.py $< $@
145144

146-
${BUILDDIR}/${NAME}.glyphs: ${SOURCEDIR}/${NAME}.glyphspackage ${SOURCEDIR}/${LATIN}.glyphspackage
147-
$(info   GEN ${@F})
148-
mkdir -p ${BUILDDIR}
149-
${PYTHON} ${SCRIPTDIR}/prepare.py --out-file=$@ $< $(word 2,$+)
150-
151-
${BUILDDIR}/${NAME}.designspace: ${BUILDDIR}/${NAME}.glyphs
145+
${BUILDDIR}/${NAME}.designspace: ${GLYPHSFILE}
152146
$(info   GEN ${@F})
153147
${PYTHON} -m glyphsLib glyphs2ufo \
154148
-m ${BUILDDIR} \

fonts/ReemKufi.ttf

3.61 KB
Binary file not shown.

fonts/ReemKufiFun.ttf

3.61 KB
Binary file not shown.

fonts/ReemKufiInk-Regular.ttf

2.63 KB
Binary file not shown.

scripts/prepare.py

-90
This file was deleted.

0 commit comments

Comments
 (0)