From ef163dfac26bb1318e23aa0e2e09979484a161e5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 27 Nov 2024 12:49:36 +0100 Subject: [PATCH] feat: Enhances README with proxy usage details Adds clarification on CSS modifications pointing font URLs to the proxy, ensuring client privacy. Introduces a disclaimer highlighting potential connections to Adobe's servers and encourages hosting fonts locally for increased assurance. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5375d87..805c569 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ TypeNot is a Flask app that acts as a proxy for Typekit fonts. It allows you to TypeNot works by fetching the font files from Typekit and serving them to the client. This way, the client's IP address is never disclosed to Adobe. It does not store any data about the client. +It modifies the CSS files so that the font URLs also point to the proxy. This way, the client's browser fetches the font files from the proxy instead of Adobe. + +### Disclaimer + +We try our best to ensure that users do not make any connections to Adobe's servers. However, we cannot guarantee that we catch everything. If you find any issues, please report them. And if at all possible, please host your own fonts instead of using Typekit. + ## Setup 1. Clone the repository