text-style-editor
text-style-editor copied to clipboard
Font Family
I Can Change Size and But I Can Not Change Font Family ...
Hi @vivekdhameliya2, Thank you for opening this issue. Could you please prepare an example of your code?
You should add fonts to your pubspec.yaml
file, like this:
fonts:
- family: Billabong
fonts:
- asset: packages/text_style_editor/fonts/Billabong.ttf
- family: otherFontName
fonts:
- asset: packages/text_style_editor/fonts/otherFontName.ttf
To see the list of all other supported fonts, click here
Let me know if you still have the problem.