From 50449b80ecd130fd952c23b70b3a490e2b983797 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 5 Aug 2024 16:24:55 +0200 Subject: [PATCH] feat(services): add GoogleDonts privacy-friendly font proxy Integrated GoogleDonts, a privacy-friendly proxy for Google Fonts, into the services list. This addition allows users to access Google Fonts without tracking, enhancing user privacy. --- data/services.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/services.json b/data/services.json index 21dacd0..73138f5 100644 --- a/data/services.json +++ b/data/services.json @@ -634,6 +634,24 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "GoogleDonts", + "url": "https://googledonts.private.coffee", + "homemade": true, + "tiny_description": "privacy-friendly Google Fonts proxy", + "short_description": "GoogleDonts is a privacy-friendly proxy to Google Fonts.", + "long_description": "GoogleDonts is a privacy-friendly proxy to Google Fonts. It allows you to use Google Fonts without being tracked by Google.", + "status": "OK", + "links": [ + { + "name": "Go to GoogleDonts", + "url": "https://googledonts.private.coffee" + } + ], + "icon": "hard-hat", + "exclude_from_index": false, + "exclude_from_simple": false + } { "name": "nocdnbs", "url": "https://nocdnbs.private.coffee",