Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowtype committed Jun 17, 2024
1 parent 25d548e commit 8976eb4
Show file tree
Hide file tree
Showing 9 changed files with 24,292 additions and 1,231 deletions.
1,024 changes: 1,017 additions & 7 deletions docs/_app/immutable/components/pages/_layout.svelte-a1b5d2e0.js

Large diffs are not rendered by default.

16,630 changes: 16,609 additions & 21 deletions docs/_app/immutable/components/pages/_page.svelte-f03e0831.js

Large diffs are not rendered by default.

4,088 changes: 4,087 additions & 1 deletion docs/_app/immutable/components/pages/process/_page.svelte-4726c3f9.js

Large diffs are not rendered by default.

2,452 changes: 1,462 additions & 990 deletions docs/index.html

Large diffs are not rendered by default.

1,315 changes: 1,109 additions & 206 deletions docs/process.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @type {string}
*/
export let animationState;
export let animationState;
</script>

<article class="contents">
Expand Down Expand Up @@ -62,7 +62,7 @@
<li>
<a
class="cta"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.008/Shantell_Sans_1.008.zip"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.011/Shantell_Sans_1.011.zip"
style="--animationState: {animationState};">Download latest release ↓</a
>
</li>
Expand Down
6 changes: 4 additions & 2 deletions src/lib/DropdownMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
*/
let modal;
const handle_keydown = (/** @type {{ key: string; shiftKey: any; preventDefault: () => void; }} */ e) => {
const handle_keydown = (
/** @type {{ key: string; shiftKey: any; preventDefault: () => void; }} */ e
) => {
if (e.key === 'Escape') {
close();
return;
Expand Down Expand Up @@ -68,7 +70,7 @@
>
<a
class="button"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.008/Shantell_Sans_1.008.zip"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.011/Shantell_Sans_1.011.zip"
>Download latest release&nbsp;↓</a
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<li>
<a
class="button"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.008/Shantell_Sans_1.008.zip"
href="https://github.com/arrowtype/shantell-sans/releases/download/1.011/Shantell_Sans_1.011.zip"
>
Download latest release
<span class="menu-icon">&nbsp;↓</span>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/process/ProcessArticle.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ It’s also been made into a web-building template by <a href="https://univer.se
<figcaption>Shantell Sans was used for a web-building template by <a href="https://univer.se/">univer.se</a></figcaption>
</figure>

And now, Shantell Sans is available via [Google Fonts](https://fonts.google.com/specimen/Shantell+Sans), [Google Docs](https://docs.google.com/document/d/1StoSWKAkyDhHLeBe_2kVe-7EXfBcoSs6J7d-uW2vDsM/edit?usp=sharing), and as [a download from its open repo on GitHub](https://github.com/arrowtype/shantell-sans/releases/download/1.008/Shantell_Sans_1.008.zip) – so anyone can start creating with it.
And now, Shantell Sans is available via [Google Fonts](https://fonts.google.com/specimen/Shantell+Sans), [Google Docs](https://docs.google.com/document/d/1StoSWKAkyDhHLeBe_2kVe-7EXfBcoSs6J7d-uW2vDsM/edit?usp=sharing), and as [a download from its open repo on GitHub](https://github.com/arrowtype/shantell-sans/releases/download/1.011/Shantell_Sans_1.011.zip) – so anyone can start creating with it.

If you do make something with Shantell Sans and post it to social media, use the hashtag **#shantellsans** – I’d love to see what you create!

Expand Down

0 comments on commit 8976eb4

Please sign in to comment.