Skip to content

amkhrjee/fontonic-firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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