Skip to content

Commit

Permalink
Website moved to aliftype.github.io repository
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Oct 29, 2024
1 parent a5272b8 commit 9ae3154
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 1,291 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ SCRIPTDIR = scripts
FONTDIR = fonts
TESTDIR = tests
BUILDDIR = build
WOFFDIR = docs/assets/fonts

NAMES = ${NAME} ${NAME}Sura
FONTS = ${NAMES:%=${FONTDIR}/%.ttf}
WOFF2 = ${NAMES:%=${WOFFDIR}/%.woff2}
WOFF2 = ${NAMES:%=${FONTDIR}/%.woff2}

JSON = ${TESTDIR}/shaping.json

Expand Down Expand Up @@ -65,7 +64,7 @@ ${FONTDIR}/%.ttf: ${SOURCEDIR}/%.glyphspackage ${CONFIG} ${GLYPHDATA} ${SOURCEDI
$(info   BUILD ${@F})
${PYTHON} ${SCRIPTDIR}/build.py $< ${VERSION} $@ --data=${GLYPHDATA} ${ARGS}

${WOFFDIR}/%.woff2: ${FONTDIR}/%.ttf
${FONTDIR}/%.woff2: ${FONTDIR}/%.ttf
$(info   WOFF2 ${@F})
${PYTHON} ${SCRIPTDIR}/buildwoff2.py $< $@

Expand Down
4 changes: 0 additions & 4 deletions docs/_config.yml

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_data/messages.yml

This file was deleted.

68 changes: 0 additions & 68 deletions docs/_layouts/default.html

This file was deleted.

24 changes: 0 additions & 24 deletions docs/artwork/english.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/artwork/index.md

This file was deleted.

Loading

0 comments on commit 9ae3154

Please sign in to comment.