Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gozenc/fontkeeper
Fontkeeper - Simplified Font Journey
https://github.com/gozenc/fontkeeper
font manager opentype otf suitcase ttf woff woff2
Last synced: about 1 month ago
JSON representation
Fontkeeper - Simplified Font Journey
- Host: GitHub
- URL: https://github.com/gozenc/fontkeeper
- Owner: gozenc
- Created: 2023-06-18T10:24:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-08T21:31:13.000Z (about 1 year ago)
- Last Synced: 2024-04-23T18:41:22.122Z (8 months ago)
- Topics: font, manager, opentype, otf, suitcase, ttf, woff, woff2
- Language: SCSS
- Homepage: https://fontkeeper.app
- Size: 2.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Fontkeeper Logo](/logo.png)
## A Simple Font Explorer
Fontkeeper is a lightweight font explorer that collects all your fonts from selected folder and shows them in your browser. No font permissions or font activations like other programs. Just for showing fonts and testing them with different text content and font sizes.
### Usage
I haven't created an installer yet but you can download the latest release of executable from [here](https://github.com/fatihgozenc/fontkeeper/releases/tag/0.1.0) then run the program in your custom folder of fonts. It will generate `fontkeeper.html` in the same folder for you and open it in your default browser. In MacOSX or Linux you need to place the downloaded executable in your font folder then run it from terminal. For example `cd /Users/username/Documents/fonts` to navigate then run `./fontkeeper-*`.
### Supported Formats
It supports `.otf`, `.ttf`, `.woff`, `.woff2` and `.eot`.
### Dependencies
It uses [`walkdir`](https://docs.rs/walkdir/), [`open`](https://docs.rs/open/) and standard Rust library at the moment. There are no more planned dependencies at the moment.
### Thank you
For your interest. I am still developing it but you can download and use it on Windows for now. Linux and MacOSX versions soon to be released.