Skip to content

Latest commit

History

History
35 lines (22 loc) 路 1.94 KB

readme.md

File metadata and controls

35 lines (22 loc) 路 1.94 KB

Effortlessly change the web's typography!

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

Chrome Web Store Users Mozilla Add-on Users

Setup

Fontonic uses web-ext for testing and building the extension.

For running the extension locally in a Firefox instance, use the following command:

npx web-ext run

For building the zip file for final submission to Firefox Add-On repository, use the build command:

npx web-ext build

Fontonic uses Prettier for code formatting. Thus, it is recommended to have the Prettier VS Code extension installed. Maintain the tabWidth: 4 as configured in .prettierrc.

Chrome Extension Source

The source for the Chrome extension is hosted at https://github.com/amkhrjee/fontonic