This is an automated email from the ASF dual-hosted git repository.

terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6340fe5c90c fix: correct font family on the website's docs (#38815)
6340fe5c90c is described below

commit 6340fe5c90cbf90c4a2e664ec599904e76ad6867
Author: Thomas P. <[email protected]>
AuthorDate: Sat Jun 6 06:12:41 2026 +0200

    fix: correct font family on the website's docs (#38815)
---
 docs/community/static/css/theme-white.css | 4 ++--
 docs/document/static/css/theme-white.css  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/community/static/css/theme-white.css 
b/docs/community/static/css/theme-white.css
index 90ca1af4297..6326e3aea8d 100644
--- a/docs/community/static/css/theme-white.css
+++ b/docs/community/static/css/theme-white.css
@@ -1,5 +1,5 @@
 body{
-    font-family: 'roboto,sans-serif';
+    font-family: 'roboto',sans-serif;
     letter-spacing: .33px;
     font-weight: 400;
     text-rendering: optimizeLegibility;
@@ -307,7 +307,7 @@ a:hover{
 }
 
 
-h1, h2, h3, h4, h5, h6{font-weight: bold;font-family:'roboto,sans-serif' ;}
+h1, h2, h3, h4, h5, h6{font-weight: bold;font-family:'roboto',sans-serif;}
 h1{
     text-align: left;
 }
diff --git a/docs/document/static/css/theme-white.css 
b/docs/document/static/css/theme-white.css
index d2ed72660bb..8f36201d5fd 100644
--- a/docs/document/static/css/theme-white.css
+++ b/docs/document/static/css/theme-white.css
@@ -1,5 +1,5 @@
 body{
-    font-family: 'roboto,sans-serif';
+    font-family: 'roboto',sans-serif;
     letter-spacing: .33px;
     font-weight: 400;
     text-rendering: optimizeLegibility;
@@ -329,7 +329,7 @@ a:hover{
 }
 
 
-h1, h2, h3, h4, h5, h6{font-weight: bold;font-family:'roboto,sans-serif' ;}
+h1, h2, h3, h4, h5, h6{font-weight: bold;font-family:'roboto',sans-serif;}
 h1{
     text-align: left;
     font-size: 2.0rem;

Reply via email to