Skip to content

Commit

Permalink
Make download link be a release instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jun 29, 2024
1 parent 7771178 commit 01c745b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/rebuild-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,5 @@ jobs:
git -C ~/gh-pages push -q origin gh-pages
env:
FILES: |
LICENSE.txt
README.md
index.html
index.css
glyphs.json
promptfont.ttf
promptfont.otf
promptfont.css
promptfont.txt
promptfont.h
promptfont.cs
promptfont.py
promptfont.lisp
promptfont.lua
promptfont.rs
promptfont.gd
atlas-android.png
atlas-gamepad.png
atlas-icons.png
atlas-keyboard.png
atlas-mouse.png
2 changes: 1 addition & 1 deletion index.ctml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PromptFont
<a class="button" href="https://github.com/Shinmera/promptfont/">GitHub</a>
<a class="button" href="https://shinmera.itch.io/promptfont">Itch.io</a>
<a class="button" href="https://github.com/Shinmera/promptfont/archive/refs/heads/gh-pages.zip">Download</a>
<a class="button" href="https://github.com/Shinmera/promptfont/releases/latest/download/promptfont.zip">Download</a>
</h1>
<p>This is a font designed for button prompts in games. It includes the base alphabet, as well as icons for modifier and control keys, and gamepad buttons. All the icons included in the font are custom made and available under the same <a href="LICENSE.txt">SIL Open Font Licence</a>. Included trademarks however of course still belong to their respective owners.</p>
<p>The downloadable package includes the font in TTF and OTF format, the glyphs rendered to sprite atlases, this index for easy searching, a CSS file for HTML/JS projects, a JSON file listing all of the glyphs along with convenient names and tagging, and source files for C, C++, C#, Python, Lua, Lisp, Rust, and GDScript that define the glyphs as easy to use code constants.</p>
Expand Down

0 comments on commit 01c745b

Please sign in to comment.