linguabot commited on
Commit
933f665
·
verified ·
1 Parent(s): fb1c5ef

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. client/public/index.html +4 -0
  2. client/src/index.css +3 -0
client/public/index.html CHANGED
@@ -13,6 +13,10 @@
13
  <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
14
  <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
15
  <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
 
 
 
 
16
  <style>
17
  /* Base font stack to match Safari across browsers */
18
  html, body, #root {
 
13
  <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
14
  <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
15
  <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16
+ <!-- IBM Plex Sans for Chrome-only usage -->
17
+ <link rel="preconnect" href="https://fonts.googleapis.com">
18
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
19
+ <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
20
  <style>
21
  /* Base font stack to match Safari across browsers */
22
  html, body, #root {
client/src/index.css CHANGED
@@ -110,6 +110,9 @@ html.is-chrome body, html.is-chrome #root {
110
  will-change: scroll-position;
111
  scroll-behavior: smooth;
112
  }
 
 
 
113
  html.is-chrome .app-shell { content-visibility: auto; contain-intrinsic-size: 1000px 2000px; }
114
 
115
  /* Quick Actions alignment parity with Safari (Chrome only) */
 
110
  will-change: scroll-position;
111
  scroll-behavior: smooth;
112
  }
113
+ html.is-chrome { font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif; }
114
+ html.is-chrome body { font-weight: 400; }
115
+ html.is-chrome h1, html.is-chrome h2, html.is-chrome h3 { font-weight: 600; }
116
  html.is-chrome .app-shell { content-visibility: auto; contain-intrinsic-size: 1000px 2000px; }
117
 
118
  /* Quick Actions alignment parity with Safari (Chrome only) */