--- 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 and font size features for CKEditor 5. ## Documentation See the {@link features/font Font feature} guide with the corresponding {@link module:font/fontfamily~FontFamily} and {@link module:font/fontsize~FontSize} plugins documentation. ## 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-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-font) * [Issue tracker](https://github.com/ckeditor/ckeditor5-font/issues) * [Changelog](https://github.com/ckeditor/ckeditor5-font/blob/master/CHANGELOG.md)