-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalise font file names, integrate font generation into CI.
- Loading branch information
Showing
6 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
index.html linguist-vendored | ||
promptfont.sfd text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
run: | | ||
git config --global user.name "CI" | ||
git config --global user.email "[email protected]" | ||
sudo apt-get -qq install sbcl curl | ||
sudo apt-get -qq install sbcl curl fontforge | ||
curl -o ~/quicklisp.lisp https://beta.quicklisp.org/quicklisp.lisp | ||
sbcl --load ~/quicklisp.lisp \ | ||
--eval '(quicklisp-quickstart:install)' \ | ||
|
@@ -32,4 +32,4 @@ jobs: | |
git -C ~/gh-pages commit -qm "CI index rebuild." || echo "Nothing to commit." | ||
git -C ~/gh-pages push -q origin gh-pages | ||
env: | ||
FILES: LICENSE.txt README.md index.html glyphs.json chars.txt PromptFont.ttf PromptFont.otf PromptFont.css | ||
FILES: LICENSE.txt README.md index.html glyphs.json chars.txt promptfont.ttf promptfont.otf promptfont.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
*.sfd-* | ||
index.html | ||
chars.txt | ||
PromptFont.css | ||
promptfont.css | ||
promptfont.ttf | ||
promptfont.otf | ||
promptfont.afm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters