Home / File/ font-raleway.json — ui Source File

font-raleway.json — ui Source File

Architecture documentation for font-raleway.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "font-raleway",
  "title": "Raleway",
  "type": "registry:font",
  "font": {
    "family": "'Raleway', sans-serif",
    "provider": "google",
    "import": "Raleway",
    "variable": "--font-sans",
    "subsets": [
      "latin"
    ]
  }
}

Frequently Asked Questions

What does font-raleway.json do?
font-raleway.json is a source file in the ui codebase, written in json.
Where is font-raleway.json in the architecture?
font-raleway.json is located at apps/v4/public/r/styles/base-mira/font-raleway.json (directory: apps/v4/public/r/styles/base-mira).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free