https://github.com/tobua/font
Collection of custom made free fonts.
https://github.com/tobua/font
custom figma font
Last synced: 3 months ago
JSON representation
Collection of custom made free fonts.
- Host: GitHub
- URL: https://github.com/tobua/font
- Owner: tobua
- Created: 2023-08-18T12:19:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T22:30:25.000Z (over 1 year ago)
- Last Synced: 2024-05-01T21:22:15.723Z (about 1 year ago)
- Topics: custom, figma, font
- Language: JavaScript
- Homepage: https://onwebfocus.com/font
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# font
Collection of free custom fonts created with Figma. More details on the [process to create a custom font with Figma](https://onwebfocus.com/font) are in the related blog post.
- **metica** Rounded sans-serif font [Package Code](https://github.com/tobua/font/tree/main/metica) [npm](https://npmjs.com/metica)
- **monua** Monospace font for Web Development [Package Code](https://github.com/tobua/font/tree/main/monua) [npm](https://npmjs.com/monua)
- **shica** **Sh**ape + Helvet**ica** font [Package Code](https://github.com/tobua/font/tree/main/shica) [npm](https://npmjs.com/shica)
- **tobua** Brand specific custom font [Package Code](https://github.com/tobua/font/tree/main/tobua) [npm](https://npmjs.com/tobua)## Development
All fonts are based on the [metica Font template](https://www.figma.com/community/file/1281658348421220983) for Figma which is a remix of the [original template](https://www.figma.com/community/file/1115382696459820988) by Rasmus Andersson.
When making changes to any of the packages run `npx changeset` and select the package to bump the version and generate a changeset. After a workflow run this will generate a pull request that will automatically release the packages to npm once merged.