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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to