# Send Google Fonts to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "google-fonts",
    "name": "Google Fonts",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/google-fonts",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/google-fonts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/google-fonts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-fonts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "google-fonts",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T21:55:12.130Z",
      "expiresAt": "2026-05-10T21:55:12.130Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-fonts",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=google-fonts",
        "contentDisposition": "attachment; filename=\"google-fonts-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "google-fonts"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/google-fonts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/google-fonts",
    "downloadUrl": "https://openagent3.xyz/downloads/google-fonts",
    "agentUrl": "https://openagent3.xyz/skills/google-fonts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/google-fonts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/google-fonts/agent.md"
  }
}
```
## Documentation

### Loading Mistakes

Missing display=swap causes invisible text until font loads—always add it to URL
Load only weights you use: wght@400;600;700 not the entire family—each unused weight wastes ~20KB
Missing preconnect slows load—add both: <link rel="preconnect" href="https://fonts.googleapis.com"> and <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

### Variable Fonts

Inter, Roboto Flex, Montserrat, Open Sans have variable versions—one file for all weights
Use wght@100..900 syntax for variable—downloads single file instead of multiple
CSS for variable: font-weight: 450 works with any value in range
Check "Variable" badge on font page—not all Google Fonts are variable

### Subsetting

Default includes latin—only add &subset=latin-ext if you need Polish, Vietnamese, etc.
CJK fonts (Noto Sans JP, etc.) are huge—Google serves them sliced, but still heavy
Unused subsets = wasted bytes—check what characters you actually need

### Proven Pairings

Serif + Sans-Serif (classic contrast):

Playfair Display (heading) + Source Sans Pro (body)
Lora (heading) + Roboto (body)
Libre Baskerville (heading) + Montserrat (body)
Merriweather (heading) + Open Sans (body)

Sans-Serif only (modern/clean):

Inter (both)—vary weight for hierarchy
Montserrat (heading) + Hind (body)
Poppins (heading) + Nunito (body)
Work Sans (heading) + Open Sans (body)

Tech/Startup:

Space Grotesk (heading) + Space Mono (code)
DM Sans (heading) + DM Mono (code)
IBM Plex Sans + IBM Plex Mono

Display fonts (headings only):

Abril Fatface, Bebas Neue, Oswald—never use these for body text

### Font Selection by Purpose

Long-form reading: Merriweather, Lora, Source Serif Pro, Crimson Text
UI/Interfaces: Inter, Roboto, Open Sans, Nunito Sans (tall x-height, clear at small sizes)
Impact headings: Playfair Display, Oswald, Bebas Neue (not for body)
Monospace: JetBrains Mono, Fira Code, Source Code Pro

### Common Mistakes

Loading 6+ weights "to be safe"—pick exactly the weights you use (usually 2-3)
Using display fonts for paragraphs—Lobster, Pacifico, Abril Fatface are heading-only
Two fonts too similar—Roboto + Open Sans look almost identical; just use one
Missing font-weight in CSS—font-weight: 600 won't work if you only loaded 400 and 700
No fallback stack—always: font-family: 'Inter', system-ui, sans-serif

### Self-Hosting

Self-host for GDPR compliance—Google Fonts loads from Google servers, logs IP addresses
Use google-webfonts-helper to download files
Same font-display: swap needed in your @font-face
Self-hosted can be faster if your CDN is closer than Google's
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T21:55:12.130Z
- Expires at: 2026-05-10T21:55:12.130Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/google-fonts)
- [Send to Agent page](https://openagent3.xyz/skills/google-fonts/agent)
- [JSON manifest](https://openagent3.xyz/skills/google-fonts/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/google-fonts/agent.md)
- [Download page](https://openagent3.xyz/downloads/google-fonts)