Skip to main content

PROCESS / RECREATION

I have built a system to managed the copy by component inheritance.



  1. I create a base text component. I set it in any typeface with 16/100% as a base font style.

  2. I use an instance of said component to create another one called “Copy”. Each variant has a different content I can call for when needed.

  3. I use an instance of “Copy” and I create another component called “Size”. The first variant is just an inheritance of “Copy” with no modifications. To the second variant I apply a different font style, which changes its size.

  4. Now I can deploy a block of text to render on the screen with the desired size and updated content


BUG

The system is inconsistent.

For some reason, sometimes when applying a different font style it overrides the the actual content. It does not matter if I manually change the font settings either.

I have side to side to components of exact architecture and different behavior.


PROPOSED SOLUTION

Font styles are no longer registering as an override in content for text components.


Hi @Jesus_Vera sorry to hear you’re having trouble! The forum is primarily managed by the community.


Please reach out to the support team directly via this form for help: https://help.figma.com/hc/en-us/requests/new


Be sure to include a video showing the reproduction steps, include any links to the file, and share it with support-share@figma.com so they can take a closer look.


This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.