Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Effortlessly change the web's typography!




Fontonic - Customize fonts of any website with any fonts you like! | Product Hunt



## 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/)