We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b8407 commit 1962d56Copy full SHA for 1962d56
1 file changed
frontend/src/index.tsx
@@ -19,7 +19,8 @@ const container = document.getElementById('root');
19
20
const theme: Theme = {
21
tokens: {
22
- fontFamilyBase: 'metro-web, Metro, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
+ fontFamilyBase:
23
+ 'metro-web, Metro, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
24
fontSizeHeadingS: '15px',
25
fontSizeHeadingL: '19px',
26
fontSizeHeadingXl: '22px',
0 commit comments