LazyFonts is a Chrome extension that helps you preview and try Google Fonts directly on any website.
Chrome Web Store: https://chromewebstore.google.com/detail/ecllgniioimapndpncajnecbeejedglh
- Loads font families from the Google Fonts API
- Opens a floating in-page UI when you click the extension icon
- Lets you browse, search, and preview fonts quickly while inspecting a page
- React + TypeScript
- Vite
- Sass
- Chrome Extension Manifest V3
- Node.js 18+ (or current LTS)
- npm
npm installnpm run devnpm run build- Build the project (
npm run build). - Open
chrome://extensionsin Chrome. - Enable Developer mode.
- Click Load unpacked.
- Select the generated
distdirectory.
npm run lint