+
dstack is an open-source container orchestrator that lets ML teams easily manage
@@ -316,7 +316,7 @@ function ProductOverview() {
- Want to learn more about dstack? Check out the{' '}
+ Want to learn more about dstack? Check out the{' '}
documentation
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx
index 1f92f308cb..f2ec642051 100644
--- a/frontend/src/index.tsx
+++ b/frontend/src/index.tsx
@@ -19,7 +19,11 @@ const container = document.getElementById('root');
const theme: Theme = {
tokens: {
- fontFamilyBase: "'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif",
+ fontFamilyBase: 'metro-web, Metro, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
+ fontSizeHeadingS: '15px',
+ fontSizeHeadingL: '19px',
+ fontSizeHeadingXl: '22px',
+ fontSizeDisplayL: '40px',
},
};