general trajectory.json
General Trajectory Brand Identity
A complete profile of General Trajectory's visual system — colors, typography, components, and personality — extracted from https://www.generaltrajectory.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/general-trajectory
- Machine-readable JSON: https://characterquilt.com/branding/general-trajectory.json
- Per-page llms.txt: https://characterquilt.com/branding/general-trajectory/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #220A05 |
| Accent | #43130A |
| Body Font | ui-sans-serif |
| Heading Font | ui-sans-serif |
Color Palette
- primary: #220A05
- secondary: #7A2314
- accent: #43130A
- background: #000000
- textPrimary: #000000
- link: #43130A
Typography
- primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif
- heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif
Visual Assets
- Favicon: https://www.generaltrajectory.com/favicon-32x32.png
- Social card (og:image): https://www.generaltrajectory.com/og-home.jpg
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
General Trajectory Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- General Trajectory
- General Trajectory
- General Trajectory
- General Trajectory
- Astrobotic's Peregrine moon landing mission likely to fail because of propulsion issue | Pittsburgh Post-Gazette
- ESSD - ARMTRAJ: a set of multipurpose trajectory datasets augmenting the Atmospheric Radiation Measurement (ARM) user facility measurements
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "ui-sans-serif",
"count": 3
},
{
"family": "system-ui",
"count": 3
}
],
"colors": {
"primary": "#220A05",
"secondary": "#7A2314",
"accent": "#43130A",
"background": "#000000",
"textPrimary": "#000000",
"link": "#43130A"
},
"typography": {
"fontFamilies": {
"primary": "ui-sans-serif",
"heading": "ui-sans-serif"
},
"fontStacks": {
"body": [
"ui-sans-serif",
"system-ui"
],
"heading": [
"ui-sans-serif",
"system-ui"
],
"paragraph": [
"ui-sans-serif",
"system-ui"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {},
"images": {
"logo": null,
"favicon": "https://www.generaltrajectory.com/favicon-32x32.png",
"ogImage": "https://www.generaltrajectory.com/og-home.jpg"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0,
"overall": 0
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "LLM failed",
"confidence": 0
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false,
"error": "LLM call failed or returned fallback values"
}
}
}