Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amkhrjee/fontonic
Browser extension for changing fonts
https://github.com/amkhrjee/fontonic
chrome-extension customization fonts
Last synced: about 1 month ago
JSON representation
Browser extension for changing fonts
- Host: GitHub
- URL: https://github.com/amkhrjee/fontonic
- Owner: amkhrjee
- License: gpl-3.0
- Created: 2024-02-15T15:47:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:49:56.000Z (2 months ago)
- Last Synced: 2024-09-12T17:59:55.662Z (2 months ago)
- Topics: chrome-extension, customization, fonts
- Language: TypeScript
- Homepage: https://fontonic.amkhrjee.xyz
- Size: 301 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Effortlessly change the web's typography!
## For browsers other than Chrome & Firefox
If you are using Brave, Microsoft Edge, Yandex, Opera or any other chromium-based browsers, download the extension from Chrome Web Store. For Android devices, use the Firefox Mobile Add-On.
## Development Setup
Run the TypeScript compiler to generate the JavaScript files required in the `manifest.json`:
```sh
tsc --watch -p tsconfig.json
```### Building for publishing
The Chrome Web Store requires you to package your extension as ZIP to submit for review. Unnecessary directories like `node_modules` and `ts` should be excluded to reduce the size footprint of the extension. The `build.py` automates this process.
```sh
python build.py
```This saves the ZIP file to the `build` directory (create the directory if not already there).
## Fontonic Add-On for Firefox Android
Get it here: [https://addons.mozilla.org/en-US/firefox/addon/fontonic/](https://addons.mozilla.org/en-US/firefox/addon/fontonic/)