npm.io
3.0.2 • Published 1 year ago

@remirror/extension-font-family

Licence
MIT
Version
3.0.2
Deps
3
Size
72 kB
Vulns
0
Weekly
0
Stars
3.0K

@remirror/extension-font-family

Add a font family to selected text, or text within the provided range.

Version Weekly Downloads Bundled size Typed Codebase MIT License

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();

Keywords