This Figma plugin allows you to map font styles in your designs to local text styles.
- Clone this repository:
git clone https://github.com/yourusername/figma-text-style-linker.git - Open the Figma desktop app
- Go to Plugins > Development > New Plugin
- Choose "Link existing plugin" and select the manifest.json file from this repository
- Run the plugin from the Figma plugins menu
- Add mappings for font sizes and weights to local styles
- Apply the mappings to your design
To work on this plugin:
- Install dependencies:
npm install - Make your changes
- Build the plugin:
npm run build