Skip to content

Commit

Permalink
Fix download link close #91
Browse files Browse the repository at this point in the history
When you only get the fonts when you click download on the website
  • Loading branch information
jacobxperez committed Apr 25, 2024
1 parent b3fcc86 commit fd74cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/templates/a.191129c6.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<template id="nav"> <ul data-flex> <li> <a data-anchor="navbar" href="#top">Overview</a> </li> <li data-item="grow"></li> <li data-display="small-none"> <a data-anchor="navbar" href="#character-set">Characters</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="#opentype-features">Features</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="#language-support">Language</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip">Download</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro"> Contribute</a> </li> <li data-display="small"> <button data-anchor="navbar" data-toggle="pop">Menu</button> <ul data-dropbox="navbar" data-position="left right"> <li> <a data-anchor="navbar" href="#character-set">Character Set</a> </li> <li> <a data-anchor="navbar" href="#opentype-features">OpenType Features</a> </li> <li> <a data-anchor="navbar" href="#language-support">Language Support</a> </li> <li> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip">Download Font</a> </li> <li> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro">Contribute</a> </li> </ul> </li> </ul> </template><template id="footer"> <hr> <p data-text="small"> Copyright (C) 2020 <a href="https://brailleinstitute.org/" rel="nofollow">Braille Institute of America, Inc</a> and licensed under the SIL Open Font License, v1.1. <br> What are you waiting for <a href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip">download</a> this font and change the world. </p> </template>
<template id="nav"> <ul data-flex> <li> <a data-anchor="navbar" href="#top">Overview</a> </li> <li data-item="grow"></li> <li data-display="small-none"> <a data-anchor="navbar" href="#character-set">Characters</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="#opentype-features">Features</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="#language-support">Languages</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/release.zip">Download</a> </li> <li data-display="small-none"> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/release.zip"> Contribute</a> </li> <li data-display="small"> <button data-anchor="navbar" data-toggle="pop">Menu</button> <ul data-dropbox="navbar" data-position="left right"> <li> <a data-anchor="navbar" href="#character-set">Character Set</a> </li> <li> <a data-anchor="navbar" href="#opentype-features">OpenType Features</a> </li> <li> <a data-anchor="navbar" href="#language-support">Language Support</a> </li> <li> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip">Download Font</a> </li> <li> <a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro">Contribute</a> </li> </ul> </li> </ul> </template><template id="footer"> <hr> <p data-text="small"> Copyright (C) 2020 <a href="https://brailleinstitute.org/" rel="nofollow">Braille Institute of America, Inc</a> and licensed under the SIL Open Font License, v1.1. <br> What are you waiting for <a href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip">download</a> this font and change the world. </p> </template>
6 changes: 3 additions & 3 deletions website/templates/a.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</li>

<li data-display="small-none">
<a data-anchor="navbar" href="#language-support">Language</a>
<a data-anchor="navbar" href="#language-support">Languages</a>
</li>

<!-- <li data-display="small-none">
Expand All @@ -25,13 +25,13 @@
<li data-display="small-none">
<a
data-anchor="navbar"
href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/main.zip"
href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/release.zip"
>Download</a
>
</li>

<li data-display="small-none">
<a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro">
<a data-anchor="navbar" href="https://github.com/jacobxperez/atkinson-hyperlegible-pro/archive/refs/heads/release.zip">
Contribute</a
>
</li>
Expand Down

0 comments on commit fd74cc7

Please sign in to comment.