From 6466eb0f92018697be1d265666633d6e1ab8daef Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 27 Mar 2026 02:30:43 -0400 Subject: [PATCH] Enrich What Font Is tool with OSINT metadata (THE-139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Populated enrichment fields for What Font Is: - description: AI-powered font identification tool - status: live - pricing: freemium (free tier with ads + paid PRO) - bestFor: Identifying fonts from screenshots/images - input/output: Image upload → font matches with links - opsec: passive (uploads to remote servers) - Features: API available, no registration required (optional) Co-Authored-By: Paperclip --- public/arf.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/public/arf.json b/public/arf.json index c485eae..1c82ef3 100644 --- a/public/arf.json +++ b/public/arf.json @@ -2996,7 +2996,22 @@ { "name": "What Font Is", "type": "url", - "url": "https://www.whatfontis.com/" + "url": "https://www.whatfontis.com/", + "description": "AI-powered font identification tool that analyzes images against a database of 1.2M+ typefaces to identify fonts.", + "status": "live", + "pricing": "freemium", + "bestFor": "Identifying fonts from screenshots and images", + "input": "Image files containing text (uploaded via drag-and-drop or file picker)", + "output": "Font matches with design details, download links, and up to 60+ similar alternatives", + "opsec": "passive", + "opsecNote": "Uploads images to remote servers; consider OPSEC implications for sensitive screenshots or documents.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": true, + "api": true, + "invitationOnly": false, + "deprecated": false } ] }