We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to use Font-Awesome Icons instead of the provided, default icons of the toolbar buttons?
For example i would love to configure them like this:
var editor = new Quill('#editor', { modules: { toolbar: [ {'bold': { icon: 'fa fa-bold' }}, 'italic' ] }, theme: 'snow' });
The text was updated successfully, but these errors were encountered:
Example how to override the default icons with font awesome icons: #1099 (comment)
Sorry, something went wrong.
Thanks! How about adding this to the documentation, or did I just miss it?
No branches or pull requests
Is there a way to use Font-Awesome Icons instead of the provided, default icons of the toolbar buttons?
For example i would love to configure them like this:
The text was updated successfully, but these errors were encountered: