Skip to content

amkhrjee/fontonic

Repository files navigation

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:

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.

python build.py <version_string>

This saves the ZIP file to the build directory (create the directory if not already there).

Source code for the Firefox Add-On

💻 Firefox Desktop: https://github.com/amkhrjee/fontonic-firefox

📱 Firefox Android: https://github.com/amkhrjee/fontonic-firefox-android