@remirror/extension-font-family
v3.0.1
Published
Add a font family to selected text, or text within the provided range.
Downloads
146,321
Readme
@remirror/extension-font-family
Add a font family to selected text, or text within the provided range.
Installation
# yarn
yarn add @remirror/extension-font-family
# pnpm
pnpm add @remirror/extension-font-family
# npm
npm install @remirror/extension-font-family
Usage
The following code creates an instance of this extension.
import { FontFamilyExtension } from '@remirror/extension-font-family';
const extension = new FontFamilyExtension();