A vanilla JavaScript Chrome extension that changes the font family on selected websites.
- Pick a default font family from
fontChoicesindefaults.js. - Add a domain manually, such as
example.com. - Add the currently open site with one click.
- Pick a different font for each saved site.
- Enable, disable, or delete domains from the client list.
- Apply each site's selected font automatically on matching domains and subdomains.
- Open
chrome://extensions. - Turn on Developer mode.
- Click Load unpacked.
- Select this project folder.
manifest.jsonregisters the extension, popup, storage permission, and content script.popup.html,popup.css, andpopup.jsprovide the settings UI.logo.svgandicons/provide the popup logo and extension icons.content.jsapplies or removes the selected font on listed sites.defaults.jskeeps shared defaults in one place.