We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411c40c commit 32a169dCopy full SHA for 32a169d
Makefile
@@ -64,9 +64,10 @@ test: skimpytest ## Generates and checks font files
64
# These are tests that fail on Travis (because their fontlint can't ignore stuff).
65
# Yes. This is "works on my computer".
66
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.otf
67
- @fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.pfm
+ @fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.ttf
68
@fontlint -i 98 ${BUILD_DIR}/3270SemiCondensed-Regular.woff
69
@fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.otf
70
+ @fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.ttf
71
@fontlint -i 98 ${BUILD_DIR}/3270Condensed-Regular.woff
72
73
travistest: zip skimpytest ## Runs the Travis CI set of tests
0 commit comments