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.
This commit is contained in:
Kumi 2024-11-27 12:49:36 +01:00
parent 8a8a1ca7cd
commit ef163dfac2
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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