This is an automated email from the ASF dual-hosted git repository.
yuxia 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 9bfa9e29f [docs] Remove external google font to address apache podling
website resource check (#2566)
9bfa9e29f is described below
commit 9bfa9e29f50f246fd5fa977610a5dedc45a035cd
Author: Keith Lee <[email protected]>
AuthorDate: Fri Feb 27 03:04:15 2026 +0000
[docs] Remove external google font to address apache podling website
resource check (#2566)
---
website/src/css/custom.css | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index a4e3a4313..dd5af2401 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -21,9 +21,6 @@
* 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');
-
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #0071e3;
@@ -34,7 +31,7 @@
--ifm-color-primary-lighter: #0682ff;
--ifm-color-primary-lightest: #2893ff;
--ifm-code-font-size: 90%;
- --ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe
UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB',
'Microsoft YaHei', sans-serif;
+ --ifm-font-family-base: -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;
@@ -53,7 +50,7 @@
}
.hero__title {
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
+ font-family: var(--ifm-font-family-base);
font-weight: 700;
letter-spacing: -0.03em;
}