Browse Source

Docs: Minor improvements in docs.

Aleksander Nowodzinski 7 years ago
parent
commit
43162db7b3

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

@@ -14,7 +14,8 @@ The {@link module:font/fontfamily~FontFamily} feature enables support for settin
 ## Configuring font family options
 
 It is possible to configure which font family options are supported by the editor. Use the {@link module:font/fontfamily~FontFamilyConfig#options `fontFamily.options`} configuration option to do so.
-Use the special keyword `'default'` to use the default `font-family` defined in the web page styles.
+
+Use the special keyword `'default'` to use the default `font-family` defined in the web page styles — it disables the font family feature.
 
 For example, the following editor supports only two font families besides the "default" one:
 

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

@@ -14,7 +14,8 @@ The {@link module:font/fontsize~FontSize} feature enables support for setting fo
 ## Configuring font size options
 
 It is possible to configure which font size options are supported by the editor. Use the {@link module:font/fontsize~FontSizeConfig#options `fontSize.options`} configuration option to do so.
-Use the special keyword `'normal'` to use the default font size defined in the web page styles.
+
+Use the special keyword `'normal'` to use the default font size defined in the web page styles — it disables the font-size feature.
 
 The font size feature supports two ways of defining configuration: using  predefined (named) presets or simple numeric values.