Skip to content

Commit 45b5a32

Browse files
Add Custom Text Style Info (#341)
* Add custom text style info * Update custom text style info * Add pricing plan. --------- Co-authored-by: PoojaB26 <[email protected]>
1 parent 7be9ed4 commit 45b5a32

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

docs/ff-concepts/design-system/design-system.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -571,31 +571,13 @@ You can customize the following properties of each text style:
571571
- **Color** - Set the color of the text using either the color picker or by specifying a Hex value.
572572
- **Font Family** - You can change the Font Family for any style from here. Click here to set the font family from [*Google Fonts*](https://fonts.google.com/) or choose from the uploaded Custom Fonts. You can also choose whether this style is a *Primary* or *Secondary Font Family*.
573573

574-
<div style={{
575-
position: 'relative',
576-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
577-
height: 0,
578-
width: '100%'}}>
579-
<iframe
580-
src="https://demo.arcade.software/JOD7EaZpTUgqzuvLT876?embed&show_copy_link=true"
581-
title=""
582-
style={{
583-
position: 'absolute',
584-
top: 0,
585-
left: 0,
586-
width: '100%',
587-
height: '100%',
588-
colorScheme: 'light'
589-
}}
590-
frameborder="0"
591-
loading="lazy"
592-
webkitAllowFullScreen
593-
mozAllowFullScreen
594-
allowFullScreen
595-
allow="clipboard-write">
596-
</iframe>
597-
</div>
598-
<p></p>
574+
You can also create fully custom text styles to match your design needs, going beyond the default styles like Display, Headline, or Title. Simply click the **+ Add Custom Text Style** button, a new text style will be added at the bottom, then edit the style name and customize the style properties.
575+
576+
![typography](imgs/typography.avif)
577+
578+
:::tip[PLANS]
579+
Custom Text Styles are available on the **Teams** plan and higher. Check our [**pricing plans**](https://flutterflow.io/pricing).
580+
:::
599581

600582
#### Adding responsive text styles
601583

Binary file not shown.

0 commit comments

Comments
 (0)