font.md 1.2 KB


category: api-reference

CKEditor 5 font feature

npm version

This package implements the font family, font size as well as font and background color features for CKEditor 5.

Demo

Check out the {@link features/font#demo demo in the Font feature} guide.

Documentation

See the {@link features/font Font feature} guide and plugin documentation:

  • {@link module:font/fontfamily~FontFamily}.
  • {@link module:font/fontsize~FontSize}.
  • {@link module:font/fontcolor~FontColor}.
  • {@link module:font/fontbackgroundcolor~FontBackgroundColor}.

Installation

npm install --save @ckeditor/ckeditor5-font

Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-font.

External links