wuchong commented on code in PR #2788:
URL: https://github.com/apache/fluss/pull/2788#discussion_r2882498884


##########
website/src/css/custom.css:
##########
@@ -21,17 +21,32 @@
  * work well for content-centric websites.
  */
 
+/* Import Inter font from Google Fonts */
+@import 
url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
+/* Import 'Roboto' */
+@import 
url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

Review Comment:
   I like the new format. But we can't rely on external resources, maybe we can 
download the Roboto fonts, and serving them directly from fluss website. 



##########
website/src/css/custom.css:
##########
@@ -21,17 +21,32 @@
  * work well for content-centric websites.
  */
 
+/* Import Inter font from Google Fonts */
+@import 
url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
+/* Import 'Roboto' */
+@import 
url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

Review Comment:
   I like the new fonts. But we can't rely on external resources, maybe we can 
download the Roboto fonts, and serving them directly from fluss website. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to