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

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new e0c44577b [website] Improve typography by adopting Inter font (#2232)
e0c44577b is described below

commit e0c44577b2d858c58d12821e7a543f28b69d6f34
Author: Jark Wu <[email protected]>
AuthorDate: Thu Dec 25 14:35:49 2025 +0800

    [website] Improve typography by adopting Inter font (#2232)
---
 website/src/css/custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 8b7567905..df82b90bc 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -34,7 +34,7 @@
   --ifm-color-primary-lighter: #0682ff;
   --ifm-color-primary-lightest: #2893ff;
   --ifm-code-font-size: 90%;
-  --ifm-font-family-base: "Roboto",Segoe 
UI,Roboto,Ubuntu,Cantarell,Helvetica,sans-serif,Apple Color Emoji,Segoe UI 
Emoji,Android Emoji,EmojiSymbols,EmojiOne Mozilla,Twemoji Mozilla,Segoe UI 
Symbol,Noto Color Emoji;
+  --ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe 
UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 
'Microsoft YaHei', sans-serif;
   --docusaurus-highlighted-code-line-bg: #E2E9F3;
 
   --ifm-menu-color-background-active: #edeefa99;

Reply via email to