[
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568411#comment-17568411
]
ASF GitHub Bot commented on KAFKA-13868:
----------------------------------------
divijvaidya commented on PR #420:
URL: https://github.com/apache/kafka-site/pull/420#issuecomment-1188739303
> @divijvaidya , why do you use
https://google-webfonts-helper.herokuapp.com/fonts/ to download the fonts,
instead of the original link:
[https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:100,300,400,700,900|Roboto+Condensed:300](https://fonts.googleapis.com/css?family=Cutive+Mono%7CRoboto:100,300,400,700,900%7CRoboto+Condensed:300)
? Will that make any difference?
Hey @showuon
If you visit the link
https://fonts.googleapis.com/css?family=Cutive+Mono%7CRoboto:100,300,400,700,900%7CRoboto+Condensed:300,
the `url` still points to Google's CDN and hence, does not fulfil our
objective of self-hosting the fonts. An alternative could be to download the
fonts from the source https://fonts.google.com/ but they only allow to download
font family in `ttf` format. In that case, we would need to use a third party
tool to convert this `ttl` to `woff2` compression. Further this site,
https://fonts.google.com/, does not allow (at least I couldn't find it) to
download for different charset such as vietnamese etc.
Note that helper tool I used
https://google-webfonts-helper.herokuapp.com/fonts/ is using a MIT license and
has [10K stars on Github](https://github.com/majodev/google-webfonts-helper),
so I decided to trust it.
> Website updates to satisfy Apache privacy policies
> --------------------------------------------------
>
> Key: KAFKA-13868
> URL: https://issues.apache.org/jira/browse/KAFKA-13868
> Project: Kafka
> Issue Type: Bug
> Components: website
> Reporter: Mickael Maison
> Assignee: Divij Vaidya
> Priority: Critical
>
> The ASF has updated its privacy policy and all websites must be compliant.
> The full guidelines can be found in
> [https://privacy.apache.org/faq/committers.html]
> The Kafka website has a few issues, including:
> - It's missing a link to the privacy policy:
> [https://privacy.apache.org/policies/privacy-policy-public.html]
> - It's using Google Analytics
> - It's using Google Fonts
> - It's using scripts hosted on Cloudflare CDN
> - Embedded videos don't have an image placeholder
> As per the email sent to the PMC, all updates have to be done by July 22.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)