nox metals.json

Nox Metals Brand Identity

A complete profile of Nox Metals's visual system — colors, typography, components, and personality — extracted from https://noxmetals.co/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #FFFFFF
Accent #FFFFFF
Body Font Inter
Heading Font Orbitron

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: industrial professionals

Nox Metals Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? CharacterQuilt.com suggests this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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.

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": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Orbitron",
      "role": "heading"
    },
    {
      "family": "Instrument Serif",
      "role": "unknown"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    },
    {
      "family": "Georgia",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FFFFFF",
    "accent": "#FFFFFF",
    "background": "#000000",
    "textPrimary": "#FFFFFF",
    "link": "#FFFFFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Orbitron"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#141414",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#4D4D4D",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://noxmetals.co/favicon.ico",
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "industrial professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}