---
category: api-reference
---

# CKEditor 5 font feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-font.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-font)

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

```bash
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

* [`@ckeditor/ckeditor5-font` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-font)
* [`ckeditor/ckeditor5-font` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-font)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
