imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
190 stars 77 forks source link

How to give input text default font-family style to QuillEditor #50

Closed shivika24 closed 3 years ago

shivika24 commented 3 years ago

I want to add a font-family by default to the input text.. how can we do that in quillEditor?

imnapo commented 3 years ago

@shivika24 custom fonts and default font-family has been added. You may check the example project to know how to setup them.

imnapo commented 3 years ago

I'm gonna close this issue for now . Please feel free to reopen if there were any problems.