feat(services): add GoogleDonts privacy-friendly font proxy
Some checks failed
Build and Deploy Static Site / build (push) Failing after 57s
Some checks failed
Build and Deploy Static Site / build (push) Failing after 57s
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.
This commit is contained in:
parent
0c2cbc5027
commit
50449b80ec
1 changed files with 18 additions and 0 deletions
|
@ -634,6 +634,24 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": 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",
|
"name": "nocdnbs",
|
||||||
"url": "https://nocdnbs.private.coffee",
|
"url": "https://nocdnbs.private.coffee",
|
||||||
|
|
Loading…
Reference in a new issue