Skip to content

Commit 43bcde2

Browse files
committed
Add custom text style info
1 parent be9ab61 commit 43bcde2

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

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

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -571,31 +571,9 @@ 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 options like Display, Headline, or Title. Simply click the **+ Add Custom Text Style** button, a new text style will be added at the bottom, then customize the style settings.
575+
576+
![typography](imgs/typography.avif)
599577

600578
#### Adding responsive text styles
601579

Binary file not shown.

0 commit comments

Comments
 (0)