Détail du package

@remirror/extension-font-family

remirror175.9kMIT3.0.1

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

remirror, extension

readme

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