Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrowtype/shantell-sans-specimen
A minisite for Shantell Sans, from Shantell Martin, which is a marker-style font built for creative expression, typographic play, and animation.
https://github.com/arrowtype/shantell-sans-specimen
art fonts svelte sveltekit variablefonts
Last synced: 4 days ago
JSON representation
A minisite for Shantell Sans, from Shantell Martin, which is a marker-style font built for creative expression, typographic play, and animation.
- Host: GitHub
- URL: https://github.com/arrowtype/shantell-sans-specimen
- Owner: arrowtype
- Created: 2022-09-03T21:17:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:19:27.000Z (5 months ago)
- Last Synced: 2024-06-17T20:06:55.862Z (5 months ago)
- Topics: art, fonts, svelte, sveltekit, variablefonts
- Language: Svelte
- Homepage: https://shantellsans.com
- Size: 27.9 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shantell Sans Specimen
A web specimen for [Shantell Sans](http://github.com/arrowtype/shantell-sans).
### Credits
Website design and developement by Stephen Nixon / [ArrowType](https://arrowtype.com).
Poetry, design input, and some writing from [Shantell Martin](https://shantellmartin.art).
Additional support from [Google Fonts](https://fonts.google.com).
This website was built with [SvelteKit](http://svelte.dev).
## Development
Make sure you are using Node `v16.17.0` or above.
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
## Deployment
You must run `npm run build` before pushing to GitHub. GitHub will then deploy the latest site to GH Pages and shantellsans.com