Skip to content

Commit 9bfa9e2

Browse files
[docs] Remove external google font to address apache podling website resource check (#2566)
1 parent 5030f02 commit 9bfa9e2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

website/src/css/custom.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
* work well for content-centric websites.
2222
*/
2323

24-
/* Import Inter font from Google Fonts */
25-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
26-
2724
/* You can override the default Infima variables here. */
2825
:root {
2926
--ifm-color-primary: #0071e3;
@@ -34,7 +31,7 @@
3431
--ifm-color-primary-lighter: #0682ff;
3532
--ifm-color-primary-lightest: #2893ff;
3633
--ifm-code-font-size: 90%;
37-
--ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
34+
--ifm-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
3835
--docusaurus-highlighted-code-line-bg: #E2E9F3;
3936

4037
--ifm-menu-color-background-active: #edeefa99;
@@ -53,7 +50,7 @@
5350
}
5451

5552
.hero__title {
56-
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
53+
font-family: var(--ifm-font-family-base);
5754
font-weight: 700;
5855
letter-spacing: -0.03em;
5956
}

0 commit comments

Comments
 (0)