imbajin commented on code in PR #418:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/418#discussion_r2385903682


##########
themes/docsy/assets/scss/_variables.scss:
##########
@@ -66,7 +66,7 @@ $link-hover-decoration: none !default;
 
 $google_font_name: "Open Sans" !default;
 $google_font_family: "Open+Sans:300,300i,400,400i,700,700i" !default;
-$web-font-path: 
"https://fonts.googleapis.com/css?family=#{$google_font_family}&display=swap";;
+// $web-font-path: 
"https://fonts.googleapis.com/css?family=#{$google_font_family}&display=swap";; 
// Disabled for self-hosted fonts

Review Comment:
   Commented-out code should be removed rather than left as a comment. Consider 
cleaner removal:
   
   ```suggestion
   // Removed for self-hosted fonts - see assets/scss/_variables_project.scss
   ```
   
   This improves maintainability by avoiding commented-out code.



-- 
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: issues-unsubscr...@hugegraph.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to