From c59d37878f621f6702ba6d4bd5ddfaeaca3f0b57 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Thu, 19 May 2022 20:00:00 -0700 Subject: [PATCH] Update README.md (#821) * Update README.md * Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 867902ea..95c0eed4 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`.