Przeglądaj źródła

Merge branch 'master' into i/6636

Aleksander Nowodzinski 5 lat temu
rodzic
commit
f2895db16b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-font/docs/features/font.md

+ 1 - 1
packages/ckeditor5-font/docs/features/font.md

@@ -169,7 +169,7 @@ ClassicEditor
 
 {@snippet features/custom-font-size-numeric-options}
 
-### Prevent removing non-specified values
+### Accept all font sizes
 
 By default, all `font-size` values that are not specified in the `config.fontSize.options` are stripped. You can enable support for all font sizes by using the {@link module:font/fontfamily~FontFamilyConfig#supportAllValues `config.fontSize.supportAllValues`} option.