Layouts plugin provides a drag-and-drop editor that is used from the WordPress administration. Using this editor, you can create layouts, assign them to specific content and design entire pages.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Problem:
The customer is trying to use the Google Font "Manrope" in Toolset blocks, but it does not appear in the Typography Font List. They can see the font in other blocks (Kadence Adv Text), but not in Toolset, limiting their ability to change font weights within Toolset blocks.
Solution:
We checked with the development team and found that Toolset loads a predefined list of fonts from a specific JavaScript file (toolset-blocks/vendor/toolset/common-es/public/toolset-common-es.js). While this list includes many Google fonts, it does not include all of them. Currently, there is no built-in option to add custom fonts to this list.
The suggested workaround is to add a CSS class to the Toolset block and then use CSS to apply the "Manrope" font. Although this solution requires custom CSS, it allows the customer to use the desired font and make any necessary font-weight adjustments.