Quill Js Font Size Issue
I have a proglem with quill.js regarding the font sizes. I have added some font sizes
Solution 1:
The FONT_SIZE
constant is not meant to be changed and is set due to limitations in the browser. See the fontSize section of https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand. Quill 1.0 is moving away from using execCommand
and should not have this limitation.
Post a Comment for "Quill Js Font Size Issue"