From 638718976c5aad0f7b9161828f47a3843fdcd90b Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Thu, 19 May 2022 19:47:25 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 867902ea..a753d961 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,11 @@ When enabled, the default font-size values can be modified via _optional_ `fontS fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46'} ``` +Font size can be cleared with a value of `0`, for example: +``` +fontSizeValues: const {'Small': '8', 'Medium': '24.5', 'Large': '46', 'Clear':'0'} +``` + ### Custom Icons You may add custom icons to the _end_ of the toolbar, via the `customIcons` option, which is a `List` of `QuillCustomIcon`.