[ 
https://issues.apache.org/jira/browse/KAFKA-13868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568439#comment-17568439
 ] 

ASF GitHub Bot commented on KAFKA-13868:
----------------------------------------

showuon commented on PR #420:
URL: https://github.com/apache/kafka-site/pull/420#issuecomment-1188822349

   @divijvaidya , I see. But in 
https://fonts.googleapis.com/css?family=Cutive+Mono%7CRoboto:100,300,400,700,900%7CRoboto+Condensed:300
 , we can download all the fonts in `woff2` format via the link inside the font 
css, ex: 
   
   ```
   /* latin-ext */
   @font-face {
     font-family: 'Cutive Mono';
     font-style: normal;
     font-weight: 400;
     src: 
url(https://fonts.gstatic.com/s/cutivemono/v14/m8JWjfRfY7WVjVi2E-K9H6RMTm6o39ucNvc.woff2)
 format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, 
U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
   }
   ```
   We can download the font via 
https://fonts.gstatic.com/s/cutivemono/v14/m8JWjfRfY7WVjVi2E-K9H6RMTm6o39ucNvc.woff2
 . 
   
   However, I don't insist that we should download the font from google. I just 
want to make sure we don't miss any fonts we are using in Kafka website now. 
So, my next question is, how do we know we only need these 9 fonts you added? I 
saw there are 44 fonts css in this link: 
https://fonts.googleapis.com/css?family=Cutive+Mono%7CRoboto:100,300,400,700,900%7CRoboto+Condensed:300
 . Does that mean we actually only use 9 of them? How do you know that?
   
   Thank you again for helping working on this.




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

Reply via email to