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:
parent
8a8a1ca7cd
commit
ef163dfac2
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue