Skip to content

Commit 42a8e7c

Browse files
committed
Add mention of icons converter tool
1 parent 2c18360 commit 42a8e7c

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -645,12 +645,12 @@ You can add the responsive style by following the instructions below:
645645
</div>
646646
<p></p>
647647

648-
### Adding Custom Fonts
648+
### Custom Fonts
649649

650650
Adding Custom Fonts to your app makes it stand out from others. This section allows you to upload your own fonts. You can upload the custom font files of types `.ttf`, `.otf`, and `.woff.` Once the font is uploaded, you can use it directly from the widget or add it to the text style section to create a general theme.
651651

652652
:::info
653-
Before you upload the *Custom Fonts*, make sure you have permission to use the font in your application.
653+
Before you upload the Custom Fonts, make sure you have permission to use the font in your application.
654654
:::
655655

656656
To add the *Custom Fonts*:
@@ -718,15 +718,18 @@ If you prefer watching a video tutorial, here's the one for you:
718718
<p></p>
719719

720720

721-
### Adding Custom Icons
721+
### Custom Icons
722+
723+
Custom icons help reinforce your brand identity and add a unique touch to your app. Before uploading icons to FlutterFlow, you’ll first need to generate them using an icon font generator like [FlutterIcon](https://www.fluttericon.com/) or [IcoMoon](https://icomoon.io/).
724+
725+
We’ve also built our **[own SVG to Custom Icon Generator](https://icons.flutterflow.app)** to make the process even easier — feel free to use that instead.
722726

723-
Adding *Custom Icons* to your app helps you build the brand identity. Before you add the Custom Icons in FlutterFlow, you need to generate them from any icon generation site (like [fluttericon](https://www.fluttericon.com/) and [iconmoon](https://icomoon.io/)) and export them using appropriate settings.
724727

725728
:::info
726-
Make sure you have permission to use the icons in your application.
729+
Make sure you have the proper rights or licenses to use the icons in your application.
727730
:::
728731

729-
To add custom icons:
732+
**Steps to Generate and Add Custom Icons**
730733

731734
1. Head over to the [iconmoon](https://icomoon.io/app/#/select).
732735
2. Import your custom icon (.svg) or select from the free icons set.
@@ -769,8 +772,10 @@ To add custom icons:
769772
12. Now click on the **Upload Icon Info** button.
770773
13. Select and upload the `filename.dart` under the downloaded folder (besides the fonts folder).
771774
14. Click **Add Icons**.
772-
15. To use a custom icon, add the **Icon** widget, move to the properties panel, and scroll down to the **Icon** section.
773-
16. Click on the already selected icon, select the **Custom Icons** tab, and then select your icon.
775+
776+
#### Use the Custom Icon
777+
778+
To use a custom icon, add the **Icon** widget, move to the properties panel, and scroll down to the **Icon** section. Click on the already selected icon, select the **Custom Icons** tab, and then select your icon.
774779

775780
<div style={{
776781
position: 'relative',

0 commit comments

Comments
 (0)