Privacy Policy
Last updated: 25 September 2026
Glyph is a Chrome extension that identifies the font used in text on a webpage. This page explains what data Glyph accesses, stores, and sends, and why.
What Glyph accesses
- Page content, only when you start a tool or enable text selection. Glyph only reads or captures anything from a page after you click "Snip tool" or "Highlight tool" in the popup, use a keyboard shortcut, or turn on "Show card on text selection" in Settings. With that setting off, it does not run in the background or read pages automatically.
- Snip tool: captures a screenshot of the region you select, so the image can be sent to Anthropic for font identification.
- Highlight tool: reads the computed CSS (font family, weight, size) of the element you click. This never leaves your device - it's shown directly in the result card.
- Text selection (optional): if you enable it in Settings, Glyph reads the computed CSS of text you highlight with your cursor and shows the same result card. Chrome will ask for permission to run on websites you visit. You can turn this off at any time.
What Glyph stores
Glyph stores the following locally on your device using Chrome's storage API. None of this is synced to any account or server we control:
- Your Anthropic API key, if you choose to add one
- The Claude model you choose for the Snip tool
- Your light/dark theme preference
- Your keyboard shortcut settings
- Which corner the window opens in, and its size if you resize it
- Whether "Show card on text selection" is enabled
- Whether "Save font history" is enabled
- Recent font identifications, while saving is on (up to 10): the font details, a short text sample, the page address and title, and a cropped preview of the region you selected
- Fonts you save from History, which stay on this device until you remove them
- A short local cache of font-source lookups (family name → official page URL) and catalog indexes, used only to resolve download/specimen links
What Glyph sends, and to whom
When you use the Snip tool, the cropped image is sent with your API key and the Claude model you selected to Anthropic (api.anthropic.com) so Claude can suggest a typeface. The extension sends that request itself; the webpage does not receive your API key. This only happens when you actively use the Snip tool. History, saved fonts, page addresses, and preview images stay on your device and are not uploaded. When you open a font preview in History, Glyph may also load that typeface from Google Fonts (their official stylesheet) so it can show a live text sample; installed and generic fonts are rendered locally and nothing is fetched.
When Glyph shows a result, it may also query public font catalogs to find an official specimen or download page for the identified family. Those requests send only the font family name - not the page you were viewing, screenshots, or other browsing data. Glyph may contact:
- Google Fonts (
fonts.googleapis.com) - to check whether the family is listed there - Fontsource (
api.fontsource.org) - to look up an official Fontsource page - Fontshare (
api.fontshare.com) - to match the family against Fontshare's catalog - Adobe Fonts (
fonts.adobe.com) - to check for an official Adobe Fonts page - Font Squirrel (
www.fontsquirrel.com) - to check for an official Font Squirrel page
If no official page is found, Glyph hides the link. Glyph does not sell, share, or use your data for advertising, and does not track your browsing activity.
Permissions
- activeTab - lets Glyph run its tools in the tab you're viewing, only after you click a button in the popup.
- scripting - lets Glyph inject the Snip/Highlight tool overlay into the page on demand.
- storage - lets Glyph save your settings, font history, saved fonts, and the font-source cache locally, as described above.
- Access to Anthropic - lets the Snip tool send the cropped image with your API key, as described above.
- Access to font catalog sites - lets Glyph resolve an official page for an identified font, as described above.
- Optional access to websites - requested only if you enable "Show card on text selection", so Glyph can identify fonts when you highlight text.
Contact
Questions about this policy can be raised via the Glyph GitHub repository.