change-font

Replace circular text fonts in an active session while preserving all other design parameters.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/worm-13/pet-design-agent --skill change-font
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-font
Source: https://github.com/worm-13/pet-design-agent/tree/main/.cursor/skills/change-font
Command: npx skills add https://github.com/worm-13/pet-design-agent --skill change-font

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

在已有圆形文字的设计中,仅替换字体,保持字号、排版、颜色、位置和内容不变,从而实现快速样式迭代。

Core Features & Use Cases

  • 字体替换:仅切换圆形文字的字体,不改变现有设计参数。
  • 快速迭代:在不触发其他设计调整的前提下测试不同字体对设计的影响。

Quick Start

在现有会话中提供 session_id 和新的字体ID或字体路径,即可将圆形文字替换为新字体而保持其他参数不变。

Frequently Asked Questions about change-font

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replace the font on circular text without changing the layout?

To replace the circular text font without altering layout, provide your active session ID and the new font identifier. The Skill preserves size, position, color, and content while rendering the updated typography into design_final.png.

Can I test different fonts on existing circular text without triggering other design adjustments?

Yes, you can test different fonts on existing circular text without triggering other design adjustments. The Skill isolates font replacement, maintaining all original design parameters for rapid style iteration.

What do I need to provide to switch the font in an active design session?

To switch the font in an active design session, you need to provide the active session ID and either a new font ID or a font file path. The script loads the session state and renders the updated design.

Does the font replacement process preserve the original text content and color?

Yes, the font replacement process preserves the original text content and color. It strictly targets font substitution, ensuring size, layout, position, and content remain unchanged in the final design output.

Are there limitations when updating circular text fonts in an existing design?

The primary limitation when updating circular text fonts is that the process requires an active session state to load. It is designed solely for font substitution on circular text and does not handle other layout or element modifications.

What is the best way to iterate on circular text styles quickly?

The best way to iterate on circular text styles quickly is to use a targeted font replacement script. By loading an existing session and applying a new font ID, you can render design_final.png without resetting other parameters.