Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paiv/figma-local-fonts
Serve fonts from a local directory
https://github.com/paiv/figma-local-fonts
figma linux macos
Last synced: about 10 hours ago
JSON representation
Serve fonts from a local directory
- Host: GitHub
- URL: https://github.com/paiv/figma-local-fonts
- Owner: paiv
- License: mit
- Created: 2021-03-14T17:43:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T20:29:28.000Z (30 days ago)
- Last Synced: 2024-10-19T20:03:37.629Z (29 days ago)
- Topics: figma, linux, macos
- Language: JavaScript
- Homepage:
- Size: 12.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Figma local fonts service
==[![standwithukraine](https://user-images.githubusercontent.com/196601/157243734-2b254bef-f693-4669-9e8e-5a2c8d4e0834.svg)](https://ukrainewar.carrd.co/)
Serves font files from a local directory to Figma web page.
This could be an alternative to [official Figma daemon][DAEMON] which serves all fonts in the system.
[DAEMON]: https://help.figma.com/hc/en-us/articles/360039956894-Access-local-fonts-on-your-computer
Usage
--### Python
```sh
python serve.py fonts/
```For WOFF2 support install `brotli` package.
### Node.js
```sh
node serve.js fonts/
```