Skip to content

Commit f1fddb9

Browse files
committed
rebrand: replace SF Mono/Inter with Geist Mono/Sans
1 parent 1acfc69 commit f1fddb9

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

apps/desktop/src/renderer/components/NewAgentModal.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
}
452452

453453
.new-agent-modal-fork-worktree-value {
454-
font-family: "SF Mono", "Monaco", "Menlo", monospace;
454+
font-family: "Geist Mono", "Monaco", "Menlo", monospace;
455455
color: var(--color-text-secondary, #888);
456456
overflow: hidden;
457457
text-overflow: ellipsis;
@@ -529,7 +529,7 @@
529529

530530
.new-agent-modal-session-id {
531531
font-size: 10px;
532-
font-family: "SF Mono", "Monaco", "Menlo", monospace;
532+
font-family: "Geist Mono", "Monaco", "Menlo", monospace;
533533
color: var(--color-text-tertiary, #555);
534534
opacity: 0.7;
535535
overflow: hidden;
@@ -589,7 +589,7 @@
589589
padding: 6px 8px;
590590
color: var(--color-text-primary);
591591
font-size: 13px;
592-
font-family: "SF Mono", "Monaco", "Menlo", monospace;
592+
font-family: "Geist Mono", "Monaco", "Menlo", monospace;
593593
outline: none;
594594
transition: border-color 0.15s ease;
595595
}
@@ -605,7 +605,7 @@
605605

606606
.worktree-config-path {
607607
font-size: 11px;
608-
font-family: "SF Mono", "Monaco", "Menlo", monospace;
608+
font-family: "Geist Mono", "Monaco", "Menlo", monospace;
609609
padding-top: 4px;
610610
overflow: hidden;
611611
text-overflow: ellipsis;

apps/desktop/src/renderer/nodes/BrowserNode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
padding: 6px 12px;
9494
color: var(--color-text-primary);
9595
font-size: 13px;
96-
font-family: "SF Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, "Courier New", monospace;
96+
font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, "Courier New", monospace;
9797
outline: none;
9898
transition: all 0.15s ease;
9999
}

apps/desktop/src/renderer/nodes/ConversationNode/ConversationNode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
background: rgba(0, 0, 0, 0.3);
151151
padding: 2px 6px;
152152
border-radius: 4px;
153-
font-family: "SF Mono", ui-monospace, monospace;
153+
font-family: "Geist Mono", ui-monospace, monospace;
154154
font-size: 12px;
155155
}
156156

control-plane/web/client/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* Import ReactFlow styles */
66
@import "@xyflow/react/dist/style.css";
77

8-
/* Import Inter font for Linear-like typography */
9-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
8+
/* Import Geist Sans font */
9+
@import url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/style.css');
1010

1111
/* Import Visual Foundation System */
1212
@import "./styles/foundation.css";
@@ -91,7 +91,7 @@ html {
9191
}
9292

9393
body {
94-
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
94+
font-family: 'Geist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Droid Sans', 'Helvetica Neue', sans-serif;
9595
font-size: var(--font-size-base); /* Professional base size (14px) */
9696
line-height: var(--line-height-normal); /* Professional 1.2 */
9797
font-weight: var(--font-weight-normal);

0 commit comments

Comments
 (0)