I built a Chrome extension to stop squinting at the web Typly is a lightweight Chrome extension that allows users to customize typography on any website by adjusting font size, line spacing, and contrast per HTML tag in real-time without breaking page layouts. Unlike standard browser zoom tools, it offers surgical control, such as enlarging body text while keeping headings unchanged, and supports saving presets for reuse across different sites. The extension is free, collects no data, and was created primarily for reading documentation and long-form articles, but also aids people with dyslexia, low vision, and developers testing typography. We've all been there. You open an article, a documentation page, or a research paper — and the font is tiny, the line spacing is suffocating, or the contrast is just... bad. You squint, you zoom in, you lose the layout. It's frustrating. So I built Typly. Typly is a lightweight Chrome extension that lets you customize typography on any website — per HTML tag. whatever you want. You can adjust: Changes happen in real-time, and you can save presets to reuse your favorite styles across different sites. Most browser zoom tools change everything at once and break page layouts. With Typly, you're surgical. Want just the body text bigger but keep the headings as-is? Done. Want to swap a site's tiny sans-serif body font for something more readable? Two clicks. I built it primarily for myself — I spend a lot of time reading documentation and long-form articles, and I got tired of fighting with poorly designed websites. But it turns out it's also genuinely useful for: People with dyslexia or low vision who need specific font adjustments Developers and designers testing typography on live pages Students and researchers reading for hours at a stretch Getting per-tag style injection to work cleanly across wildly different websites was harder than I expected. Sites with aggressive CSS specificity important everywhere, shadow DOM components pushed me to rethink the injection approach a few times. The real-time preview also required some careful debouncing so it doesn't hammer the DOM on every keystroke. If you spend any meaningful time reading on the web, give it a shot: Typly on the Chrome Web Store It's free, collects zero data, and weighs in at just 1.26MB. Would love feedback — especially from anyone who uses it for accessibility purposes. What features would make it more useful for you?