|
9 | 9 | "title": "Apollo Vertex Theme", |
10 | 10 | "description": "Apollo Vertex design system tokens — colors, typography, spacing, shadows, and easing functions with light and dark mode support.", |
11 | 11 | "dependencies": ["tw-animate-css"], |
| 12 | + "registryDependencies": ["font-inter"], |
12 | 13 | "cssVars": { |
13 | 14 | "theme": { |
14 | 15 | "radius-sm": "calc(var(--radius) - 4px)", |
|
64 | 65 | "color-sidebar-accent": "var(--sidebar-accent)", |
65 | 66 | "color-sidebar-accent-foreground": "var(--sidebar-accent-foreground)", |
66 | 67 | "color-sidebar-border": "var(--sidebar-border)", |
67 | | - "color-sidebar-ring": "var(--sidebar-ring)" |
| 68 | + "color-sidebar-ring": "var(--sidebar-ring)", |
| 69 | + "font-sans": "var(--font-sans)" |
68 | 70 | }, |
69 | 71 | "light": { |
70 | 72 | "background": "oklch(1 0 89.8800)", |
|
118 | 120 | "sidebar-accent-foreground": "oklch(0.1660 0.0283 203.3380)", |
119 | 121 | "sidebar-border": "oklch(0.9237 0.0133 262.3780)", |
120 | 122 | "sidebar-ring": "oklch(0.64 0.115 208)", |
121 | | - "font-sans": "Inter, ui-sans-serif, sans-serif, system-ui", |
122 | | - "font-serif": "IBM Plex Serif, ui-serif, serif", |
123 | | - "font-mono": "IBM Plex Mono, ui-monospace, monospace", |
124 | 123 | "radius": "0.625rem", |
125 | 124 | "shadow-x": "0", |
126 | 125 | "shadow-y": "0px", |
|
207 | 206 | "sidebar-accent-foreground": "oklch(0.9525 0.0110 225.9830)", |
208 | 207 | "sidebar-border": "oklch(0.9525 0.0110 225.9830)", |
209 | 208 | "sidebar-ring": "oklch(0.69 0.112 207)", |
210 | | - "font-sans": "Inter, ui-sans-serif, sans-serif, system-ui", |
211 | | - "font-serif": "IBM Plex Serif, ui-serif, serif", |
212 | | - "font-mono": "IBM Plex Mono, ui-monospace, monospace", |
213 | 209 | "radius": "0.625rem", |
214 | 210 | "shadow-x": "0", |
215 | 211 | "shadow-y": "0px", |
|
231 | 227 | } |
232 | 228 | } |
233 | 229 | }, |
| 230 | + { |
| 231 | + "name": "font-inter", |
| 232 | + "type": "registry:font", |
| 233 | + "title": "Inter Font", |
| 234 | + "description": "Inter font configuration for Apollo Vertex. Sets --font-sans CSS variable.", |
| 235 | + "font": { |
| 236 | + "family": "Inter", |
| 237 | + "provider": "google", |
| 238 | + "import": "Inter", |
| 239 | + "variable": "--font-sans", |
| 240 | + "subsets": ["latin"], |
| 241 | + "dependency": "@fontsource-variable/inter" |
| 242 | + } |
| 243 | + }, |
234 | 244 | { |
235 | 245 | "name": "accordion", |
236 | 246 | "type": "registry:ui", |
|
0 commit comments